model.frame.egf {epigrowthfit} | R Documentation |
Extract Model Frames
Description
Extracts from a model object any of several data frames used to specify the model, including the mixed effects model frames.
Usage
## S3 method for class 'egf'
model.frame(formula,
which = c("ts", "windows", "parameters", "extra", "combined"),
top = egf_top(formula), full = FALSE, ...)
Arguments
formula |
an |
which |
a character string controlling what is returned:
|
top |
a character string specifying a top level nonlinear model parameter,
for |
full |
a logical, for |
... |
unused optional arguments. |
Value
A data frame.
See Also
The generic function model.frame
.