Learn R Programming

serp (version 0.2.5)

vcov.serp: Variance covariance matrix for a fitted serp object

Description

Provides the Variance covariance matrix of an object of class serp.

Usage

# S3 method for serp
vcov(object, ...)

Value

A variance covariance matrix of a fitted model.

Arguments

object

An object of class serp.

...

additional arguments.

See Also

serp

serp, anova.serp, confint.serp

Examples

Run this code
library(serp)
m <- serp(rating ~ temp + contact, slope = "parallel", link = "logit",
           data = serp::wine)
vcov(m)

Run the code above in your browser using DataLab