Learn R Programming

logistf (version 1.23.1)

vcov.logistf: vcov Method for logistf Objects

Description

Provides the vcov method for logistf objects.

Usage

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

Arguments

object

a logistf object

...

further arguments

Value

the variance-covariance matrix of a logistf fit

See Also

logistf

Examples

Run this code
# NOT RUN {
data(sex2)
fit<-logistf(case ~ age+oc+vic+vicl+vis+dia, data=sex2)
vcov(fit)
# }

Run the code above in your browser using DataLab