formula(object)
object
|
an object inheriting from class corStruct
representing a correlation structure.
|
corStruct
object, in which the covariate and the grouping
factor, if any is present, are defined.formula
specifying the covariate and the
grouping factor, if any is present, associated with object
.formula
library(lme) cs1 <- corCAR1(form = ~ Time | Mare) formula(cs1)