R/summary.flac.R

Defines functions summary.flac

#' @exportS3Method summary flac
summary.flac <- function(object, ...)
{
  cat("Firth's logistic regression with added covariate\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.