Skip to content

Commit

Permalink
remove deprecated argument
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Dec 5, 2023
1 parent 6df72ed commit 4d61c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/get_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ get_data.mmrm <- function(x,
fixed_vars <- find_variables(x, effects = "fixed", flatten = TRUE)
random_vars <- find_random(x, split_nested = TRUE, flatten = TRUE)
# data from model frame
mf <- .prepare_get_data(x, stats::model.frame(x, full = TRUE), effects, verbose = verbose)
mf <- .prepare_get_data(x, stats::model.frame(x), effects, verbose = verbose)
tryCatch(
switch(effects,
fixed = mf[intersect(colnames(mf), fixed_vars)],
Expand Down

0 comments on commit 4d61c7c

Please sign in to comment.