groupedData {lme4}R Documentation

Creation of groupedData objects

Description

groupedData creates groupedData objects. convertFromS3groupedData converts older S3 style objects of the same class name used in the nlme package.

Usage

groupedData(formula, data,
            order.groups = TRUE,
            FUN = function(x, ...) max(x, na.rm = TRUE),
            outer = NULL, inner = NULL,
            labels = list(), units = list(), ...)
convertFromS3groupedData(from)

Arguments

formula
data
order.groups
FUN
outer
inner
labels
units
...
from an object of class "groupedData" as used in package nlme

Details

See nlme docs for now. order.groups, FUN are currently ignored.

Value

An object of the same class as data with additional attributes.

Examples






[Package lme4 version 0.95-8 Index]