vcov.vlrr: Return Variance-Covariance matrix of a vlrr object

Description Usage Arguments Details Examples

Description

Returns the variance-covariance matrix of the main parameters of a vlrr object.

Usage

1
2
## S3 method for class 'vlrr'
vcov(object, ...)

Arguments

object

A model object of class vlrr.

...

arguments to be passed to or from other methods.

Details

S3 method for returning the variance-covriance matrix of a vlrr model object.

Examples

1
2
3
4
library(vlrr)
data(mpg, package="ggplot2")
model <- vlrr(mpg ~ disp, data = mtcars)
vcov(model)

ivyleavedtoadflax/vlrr documentation built on May 18, 2019, 7:14 a.m.