Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Nov 5, 2024
1 parent 97c54c3 commit 0d9605e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/helper_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@


.grep_non_smoothers <- function(x) {
grepl("^(?!(s\\())", x, perl = TRUE) &
!startsWith(x, "s(") &
# this one captures smoothers in zi- or mv-models from gam
grepl("^(?!(s\\.\\d\\())", x, perl = TRUE) &
!startsWith(x, "ti(") &
Expand Down

0 comments on commit 0d9605e

Please sign in to comment.