R/summary.flic.R

Defines functions summary.flic

 #' @exportS3Method summary flic
summary.flic <- function(object, ...)
{ 
  cat("Firth's logistic regression with intercept correction\n\n")
  summary.logistf(object)
}

Try the logistf package in your browser

Any scripts or data that you put into this service are public.

logistf documentation built on Aug. 18, 2023, 5:06 p.m.