View source: R/vcov.distfreereg.R
vcov.distfreereg | R Documentation |
distfreereg
Objects
This is a vcov
method for objects of class distfreereg
. It calculates an estimated covariance matrix of the estimated parameters in a model from a distfreereg
object.
## S3 method for class 'distfreereg'
vcov(object, ..., jacobian_args, hessian_args)
object |
Object of class |
... |
Additional parameters passed to other methods when |
jacobian_args , hessian_args |
Lists of additional arguments to pass to |
When the test_mean
element of object
is of class function
, the covariance matrix is estimated using the method described in section 5.3 of Van der Vaart (1998). Otherwise, test_mean
is of a class that has its own method for vcov
, which is used to calculate the output.
Named numeric matrix equal to the estimated covariance matrix of the parameter estimates from object
.
This calculation can be computationally intensive when the sample size is large and object$test_mean
is a function.
If object
was created by calling distfreereg.default
directly, there is no estimated parameter vector, and therefore vcov.distfreereg
does not apply.
Jesse Miller
Vaart, A. W. Asymptotic statistics, 2007, Cambridge series on statistical and probabilistic mathematics, Cambridge University Press.
distfreereg
, confint.distfreereg
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.