vcov.walsNB {WALS}R Documentation

Calculate Variance-Covariance Matrix for a "walsNB" object

Description

This method always raises an error because the covariance matrix of the walsNB estimator has not been derived yet.

Usage

## S3 method for class 'walsNB'
vcov(object, ...)

Arguments

object

An object of class "walsNB".

...

For expansion in the future.

Value

No return value, only raises error because no covariance matrix estimator exists yet.


[Package WALS version 0.2.4 Index]