| makeFitObject | R Documentation |
Construct a object returned by multiRec
makeFitObject(
fit,
modelObj,
robust = TRUE,
init = init,
fitDetails = FALSE,
hessian = c("optim", "numDeriv"),
omit = NULL
)
fit |
the output from optim |
modelObj |
the model object, as created by multiRec |
robust |
logical, TRUE if robust standard errors are required |
init |
numeric, the vector of initial parameter estimates |
fitDetails |
logical, if TRUE the returned fit object contains additional information used to create fit diagnostics. |
hessian |
character, use the Hessian calculated in optim or calculated separately in numDeriv::hessian(). |
omit |
omit, information about dropped observations |
an object of class multiRec
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.