You are here |
www.repidemicsconsortium.org | ||
| | | |
f1000research.com
|
|
| | | | Read the original article in full on F1000Research: ExploreModelMatrix: Interactive exploration for improved understanding of design matrices and linear models in R | |
| | | |
stat.lesslikely.com
|
|
| | | | Computes compatibility (confidence) distributions along with their corresponding P-values, S-values, and likelihoods. The intervals can be plotted to form the distributions themselves. Functions can be compared to one another to see how much they overlap. Results can be exported to Microsoft Word, Powerpoint, and TeX documents. The package currently supports resampling methods, computing differences, generalized linear models, mixed-effects models, survival analysis, and meta-analysis. These methods are ... | |
| | | |
blog.r-hub.io
|
|
| | | | Among DESCRIPTION usual fields is the free-text URL field where package authors can store various links: to the development website, docs, upstream tool, etc. In this post, we shall explain why storing URLs in DESCRIPTION is important, where else you should add URLs and what kind of URLs are stored in CRAN packages these days. Why put URLs in DESCRIPTION? In the following we'll assume your package has some sort of online development repository (GitHub? GitLab? R-Forge?) and a documentation website (handi... | |
| | | |
aosmith.rbind.io
|
|
| | When working with counts, having many zeros does not necessarily indicate zero inflation. I demonstrate this by simulating data from the negative binomial and generalized Poisson distributions. I then show one way to check if the data has excess zeros compared to the number of zeros expected based on the model. |