lmResp {lme4} | R Documentation |
The generator objects for the
lmResp
,
lmerResp
,
glmResp
and
nlsResp
reference classes. Such
objects are primarily used through their new
methods.
lmResp(...)
... |
List of arguments (see Note). |
new(y=y)
:new(family=family, y=y)
:Create a new
glmResp
object.
new(y=y, nlmod=nlmod, nlenv=nlenv,
pnames=pnames, gam=gam)
:Create a new
nlsResp
object.
Arguments to the new
methods must be named
arguments.
the numeric response vector
a family
object
the nonlinear model function
an environment holding data objects for evaluation of
nlmod
a character vector of parameter names
a numeric vector - the initial linear predictor
lmResp
,
lmerResp
,
glmResp
,
nlsResp