model.frame.egf | R Documentation |
Extracts from a model object any of several data frames used to specify the model, including the mixed effects model frames.
## S3 method for class 'egf'
model.frame(formula,
which = c("ts", "windows", "parameters", "extra", "combined"),
top = egf_top(formula), full = FALSE, ...)
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. |
A data frame.
The generic function model.frame
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.