Learn R Programming

WALS (version 0.2.5)

vcov.walsNB: 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 walsNB
vcov(object, ...)

Value

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

Arguments

object

An object of class "walsNB".

...

For expansion in the future.