vcov.serp {serp} | R Documentation |
Variance covariance matrix for a fitted serp object
Description
Provides the Variance covariance matrix of an object of class serp
.
Usage
## S3 method for class 'serp'
vcov(object, ...)
Arguments
object |
An object of class |
... |
additional arguments. |
Value
A variance covariance matrix of a fitted model.
See Also
serp
, anova.serp
, confint.serp
Examples
library(serp)
m <- serp(rating ~ temp + contact, slope = "parallel", link = "logit",
data = serp::wine)
vcov(m)
[Package serp version 0.2.4 Index]