dlim 0.2.1
- 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.
dlim 0.2.0
- Update to dlimfunction, removing the requirement to
passdf_mfor linear modification model
dlim 0.1.0
- Added a NEWS.mdfile to track changes to the
package.