formula.egf | R Documentation |
Extracts from a model object the mixed effects model formula corresponding to a top level nonlinear model parameter.
## S3 method for class 'egf'
formula(x, top = egf_top(x), split = FALSE, ...)
x |
an |
top |
a character string specifying a top level nonlinear model parameter. |
split |
a logical flag. If |
... |
unused optional arguments. |
By default, the mixed effects model formula corresponding to
top
. If split = TRUE
, then the same formula
without random effect terms. The deleted terms are stored in
an expression vector and preserved as attribute random
of the result.
The generic function formula
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.