vcov.walsNB: Calculate Variance-Covariance Matrix for a '"walsNB"' object

View source: R/walsNB.R

vcov.walsNBR 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.


WALS documentation built on June 22, 2024, 9:42 a.m.

Related to vcov.walsNB in WALS...