vcov.artlm: Dummy vcov for ART

View source: R/artlm.R

vcov.artlmR Documentation

Dummy vcov for ART

Description

ART does not generate standard errors or a variance covariance matrix. So, this function will always return NA.

Usage

## S3 method for class 'artlm'
vcov(...)

Arguments

...

variables that are passed to vcov.lm()

Value

A matrix of NA values in the same shape as a variance covariance matrix.


mwt/rART documentation built on June 16, 2022, 1:39 a.m.