| enrich.lm | R Documentation |
lmEnrich objects of class lm with any or all of a set
auxiliary functions, the maximum likelihood estimate of the
dispersion parameter, the expected or observed information at the
maximum likelihood estimator, and the first term in the expansion
of the bias of the maximum likelihood estimator.
## S3 method for class 'lm'
enrich(object, with = "all", ...)
object |
an object of class lm |
with |
a character vector of options for the enrichment of |
... |
extra arguments to be passed to the
|
The auxiliary functions consist of the score functions, the
expected or observed information, the first-order bias of the
maximum likelihood estimator as functions of the model parameters,
and a simulate function that takes as input the model
parameters (including the dispersion if any). The result from the
simulate auxiliary function has the same structure to that
of the simulate method for lm objects.
The object object of class lm with extra
components. get_enrichment_options.lm() returns the
components and their descriptions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.