powered by
vcov
logistf
Provides the vcov method for logistf objects.
# S3 method for logistf vcov(object, ...)
a logistf object
further arguments
the variance-covariance matrix of a logistf fit
# 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