vcov.cusp: Calculate Variance-Covariance Matrix for a Fitted Cusp Model...

Description Usage Arguments Details Value Author(s) See Also

Description

Returns an estimate of the variance-covariance matrix of the main parameters of a fitted cusp model object.

Usage

1
2
3
4
## S3 method for class 'cusp'
vcov(object, ...)
## S3 method for class 'cusp'
confint(object, parm, level = 0.95, ...)

Arguments

object

a fitted cusp model object.

parm

a specification of which parameters are to be given confidence intervals, either a vector of numbers or a vector of names. If missing, all parameters are considered.

level

the confidence level required.

...

additional arguments for method functions.

Details

The variance-covariance matrix is estimated by the inverse of the Hessian matrix of the log-likelhood at the maximum likelihood estimate (vcov).

Normal theory confidence intervals are computed for all parameters in the cusp model object using vcov to obtain the standard errors (confint).

Value

The variance-covariance matrix (vcov).

A matrix (or vector) with columns giving lower and upper confidence limits for each parameter. These will be labelled as (1-level)/2 and 1 - (1-level)/2 in

Author(s)

Raoul Grasman

See Also

vcov, cusp


cusp documentation built on May 2, 2019, 6:51 p.m.