New version number so that r-universe.dev will pick up the package.
Fixed order of colors for model values in point_plot()
.
In point_plot(), categorical variables mapped to x now will show model annotations for all levels of x.
A new argument to point_plot(), ncategorical=, controls how many levels will be shown for model annotations for color & faceting variables.
Updated CRAN release
Added random_terms() to generate random columns in a model matrix.
Changed the name of the LSTbook function for sampling from "sample()" (which conflicts with other packages) to "take_sample()." All this just because I wanted the size parameter to be named "n" rather than "size"!
Fixed a warning in "model_eval()" that led residuals not being calculated for zero-one response variables.
Fix point_plot so error bars are dodged when there are multiple colors.
Adding documentation stubs for data sources that are too big to include in the package but are available on the web, such as Natality_2014
.
Changed the name of the FEV data frame to CRDS ("childhood respiratory disease study") to avoid confusion with the FEV variable.
model_eval() mistakenly changed name of first column to .response even when handed evaluation data directly. Fixed.
First CRAN release