Skip to content

Commit

Permalink
added strucchange.to param to model check (NULL)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandmaier committed May 21, 2024
1 parent 4db3cd2 commit cdca892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/checkControl.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ check.semtree.control <- function(control, fail = TRUE) {
def.attr <- attributes(semtree.control())$names

# add NULL-defaults
null_def <- c("min.N","min.bucket")
null_def <- c("min.N","min.bucket","strucchange.to")
attr <- unique(c(attr, null_def))
def.attr <- unique(c(def.attr, null_def))

Expand Down

0 comments on commit cdca892

Please sign in to comment.