vcov.lad | R Documentation |
lad
modelsReturns the variance-covariance matrix of the main parameters of a fitted model
for lad
objects. The “main” parameters of model correspond to those
returned by coef
, and typically do not contain the nuisance scale
parameter.
## S3 method for class 'lad'
vcov(object, ...)
object |
an object representing a fitted model. |
... |
additional arguments for method functions. |
A matrix of the estimated covariances between the parameter estimates in the
linear regression model. This should have row and column names corresponding
to the parameter names given by the coef
method.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.