Learn R Programming

lmms (version 1.3.3)

lmmspline-class: lmmspline class a S4 class that extends lmms class.

Description

lmmspline class inherits from class lmms and extends it with three further slots: predSpline, modelsUsed, models. The class is returned when applying lmmSpline method.

Arguments

Slots

predSpline
A data.frame returning the fitted values for the time points of interest.
models
A list of class lm or lme containing the models for every molecule
modelsUsed
A list of class lm or lme, containing the models used to model the particular feature of interest.
derivative
A logical value indicating if the derivative was calculated.