Explore >> Select a destination


You are here

doomlab.github.io
| | aosmith.rbind.io
3.7 parsecs away

Travel
| | Where I discuss simulations, why I love them, and get started on a simulation series with a simple two-group linear model simulation.
| | josiahparry.com
4.0 parsecs away

Travel
| |
| | easystats.github.io
3.6 parsecs away

Travel
| | You probably already have heard of the parameters package, a light-weight package to extract, compute and explore the parameters of statistical models using R (if not, there is a related publication introducing the package's main features). In this post, we like to introduce a new feature that facilitates nicely rendered output in markdown or HTML format (including PDFs). This allows you to easily create pretty tables of model summaries, for a large variety of models.
| | zevross.com
29.1 parsecs away

Travel
| One of the most powerful aspects of the R plotting package ggplot2 is the ease with which you can create multi-panel plots. With a single function you can split a single plot into many related plot...