| vcov.logistf {logistf} | R Documentation |
vcov Method for logistf Objects
Provides the vcov method for logistf objects.
## S3 method for class 'logistf' vcov(object, ...)
object |
a |
... |
further arguments |
the variance-covariance matrix of a logistf fit
Georg Heinze
data(sex2) fit<-logistf(case ~ age+oc+vic+vicl+vis+dia, data=sex2) vcov(fit)