diff --git a/R/terms.logistf.R b/R/terms.logistf.R index 22fa70f..727f57f 100644 --- a/R/terms.logistf.R +++ b/R/terms.logistf.R @@ -9,6 +9,6 @@ terms.flic <- function(x, ...) { } #' @exportS3Method terms logistf -terms.flac <- function(x, ....) { +terms.flac <- function(x, ...) { attr(x$model, which = 'terms', exact = TRUE) } \ No newline at end of file