Create an lmerResp, glmResp or nlsResp instance
mkRespMod.RdCreate an lmerResp, glmResp or nlsResp instance
Arguments
- fr
a model frame
- REML
logical scalar, value of REML for an lmerResp instance
- family
the optional glm family (glmResp only)
- nlenv
the nonlinear model evaluation environment (nlsResp only)
- nlmod
the nonlinear model function (nlsResp only)
- ...
where to look for response information if
fris missing. Can contain a model response,y, offset,offset, and weights,weights.