Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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 class 'GNARfit'
vcov(object,...)

Arguments

object

a GNARfit object, the output from a GNARfit call.

...

further arguments passed to vcov.

Details

S3 method for class "GNARfit".

Value

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

Examples

#covariance matrix of fiveNode fit
vcov(GNARfit())

GNAR

Methods for Fitting Network Time Series Models

v1.1.1
GPL-2
Authors
Kathryn Leeming [aut], Guy Nason [aut], Matt Nunes [aut, cre], Marina Knight [ctb]
Initial release
2020-11-10

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.