R/terms.logistf.R

Defines functions terms.flac terms.flic terms.logistf

#' @exportS3Method terms logistf
terms.logistf <- function(x, ...) {
  attr(x$model, which = 'terms', exact = TRUE)
}

#' @exportS3Method terms logistf
terms.flic <- function(x, ...) {
  attr(x$model, which = 'terms', exact = TRUE)
}

#' @exportS3Method terms logistf
terms.flac <- function(x, ...) {
  attr(x$model, which = 'terms', exact = TRUE)
}

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.