From 91afc9162e895041cff7e3a1a26827f6a60dc9fb Mon Sep 17 00:00:00 2001 From: Gregor Steiner <51028286+gregorsteiner@users.noreply.github.com> Date: Tue, 25 Apr 2023 14:24:19 +0200 Subject: [PATCH] Corrected typo in terms.flac() There were '....' (4 dots) instead of '...' (3 dots) in the definition of terms.flac() --- R/terms.logistf.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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