- The default method for penalization is set to REML.
- For the
dlimfunction, the argumentmodel_type = "standard"is deprecated and replaced withmodel_type = "nonlinear". This way, themodel_typeargument has options that describe the type of modification. - For the
model_comparisonfunction, the argumentnull = "DLM"is deprecated and replaced withnull = "none". This way, thenullargument has options that describe the type of interaction in the null model. - Added empirical bootstrap p-value as an attribute of returned object from
model_comparison - Custom plotting examples added to the vignette.
- Flexibility in the
plot_DLFfunction to allow for changing the exposure-time values on the x-axis.
- Update to
dlimfunction, removing the requirement to passdf_mfor linear modification model
- Added a
NEWS.mdfile to track changes to the package.