Skip to content

Commit

Permalink
Corrected typo in terms.flac()
Browse files Browse the repository at this point in the history
There were '....' (4 dots) instead of '...' (3 dots) in the definition of terms.flac()
  • Loading branch information
gregorsteiner committed Apr 25, 2023
1 parent 38a0f31 commit 91afc91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/terms.logistf.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

0 comments on commit 91afc91

Please sign in to comment.