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.
TO DO
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