powered by
summary
logistf
Provides a summary method for logistf objects.
# S3 method for logistf summary(object, ...)
a logistf object
additional parameters
Side effect: a summary table with results from logistf analysis.
# NOT RUN { data(sex2) fit<-logistf(case ~ age+oc+vic+vicl+vis+dia, data=sex2) summary(fit) # }
Run the code above in your browser using DataLab