Learn R Programming

GNAR (version 1.1.4)

vcov.GNARfit: Calculate variance-covariance matrix for a itted GNARfit object

Description

Returns the varaince-covariance matrix of the parameters of a GNARfit object.

Usage

# S3 method for GNARfit
vcov(object,...)

Value

A matrix of estimated covariances between the parameter estimates, this is calculated using vcov for lm objects.

Arguments

object

a GNARfit object, the output from a GNARfit call.

...

further arguments passed to vcov.

Details

S3 method for class "GNARfit".

Examples

Run this code
#covariance matrix of fiveNode fit
vcov(GNARfit())

Run the code above in your browser using DataLab