Learn R Programming

CLME (version 2.0-4)

model.frame.clme: Extracts the model frame

Description

Extracts the model frame from objects of class clme.

Extracts the model frame

Usage

"model.frame"(formula, ...)
"model.frame"(formula, ...)

Arguments

formula
a formula expression.
...
space for additional arguments

Value

Returns a data frame with the variables in the model.

See Also

CLME-package clme

model.frame.clme

Examples

Run this code
## Not run: 
# data( rat.blood )
# model.frame.clme( mcv ~ time + temp + sex + (1|id), data = rat.blood )
# ## End(Not run)

Run the code above in your browser using DataLab