Learn R Programming

logistf (version 1.23.1)

summary.logistf: summary Method for logistf Objects

Description

Provides a summary method for logistf objects.

Usage

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

Arguments

object

a logistf object

additional parameters

Value

Side effect: a summary table with results from logistf analysis.

Examples

Run this code
# 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