groupedData {lme4} | R Documentation |
groupedData
creates groupedData objects.
convertFromS3groupedData
converts older S3 style objects of the
same class name used in the nlme
package.
groupedData(formula, data = sys.parent(1), order.groups = TRUE, FUN = function(x) max(x, na.rm = TRUE), outer = ~0, inner = ~0, labels = list(), units = list()) convertFromS3groupedData(from)
formula |
~~Describe formula here~~ |
data |
~~Describe data here~~ |
order.groups |
~~Describe order.groups here~~ |
FUN |
~~Describe FUN here~~ |
outer |
~~Describe outer here~~ |
inner |
~~Describe inner here~~ |
labels |
~~Describe labels here~~ |
units |
~~Describe units here~~ |
from |
an object of class "groupedData" as used in package
nlme
|
See nlme
docs for now. order.groups, FUN
are currently
ignored.
An object of formal class groupedData
##---- Should be DIRECTLY executable !! ----