R/corClasses.R
corSymm.Rd
Re-exports nlme::corSymm from the nlme package.
corSymm(value, form, fixed)
numeric vector of correlation parameter values
a one-sided formula of the form ~ t, ~ 1 | g, or ~ t | g, specifying a covariate t, a grouping factor g, or both. A covariate indicates the order of the data rows in the residual error matrix of each group.
~ t
~ 1 | g
~ t | g
t
g
unused
corClasses See nlme::corSymm for original documentation.