Generic Accessor Function for Model Parameters
Extract model parameters and their covariance matrix as well as degrees of freedom (if available) from a fitted model.
modelparm(model, coef., vcov., df, ...)
model |
a fitted model,
for example an object returned by |
coef. |
an accessor function for the model parameters. Alternatively, the vector of coefficients. |
vcov. |
an accessor function for the covariance matrix of the model parameters. Alternatively, the covariance matrix directly. |
df |
an optional specification of the degrees of freedom to be used in subsequent computations. |
... |
additional arguments, currently ignored. |
An object of class modelparm
with elements
coef |
model parameters |
vcov |
covariance matrix of model parameters |
df |
degrees of freedom |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.