nlformula | R Documentation |
Check and manipulate the formula for a nonlinear model, such as
specified in nlmer
.
nlformula(mc)
mc |
matched call from the calling function, typically
|
The model formula for a nonlinear mixed-effects model is
of the form resp ~ nlmod ~ mixed
where
resp
is an expression (usually just a name) for
the response, nlmod
is the call to the nonlinear
model function, and mixed
is the mixed-effects
formula defining the linear predictor for the parameter
matrix. If the formula is to be used for optimizing
designs, the resp
part can be omitted.
a list with components
"respMod" |
a response module of class |
"frame" |
the model frame, including a terms attribute |
"X" |
the fixed-effects model matrix |
"reTrms" |
the random-effects terms object |
Other utilities: findbars
,
mkRespMod
, mkReTrms
,
nobars
, subbars
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.