Skip to content

Commit

Permalink
add sff data during treatment_effect computation
Browse files Browse the repository at this point in the history
  • Loading branch information
jburos committed Nov 18, 2024
1 parent 4b60209 commit a533a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/main-treatment_effect.R
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ predict_new_subjects <- function(fit_post, fit_prior,

# Pick one subject from each group
newdat <- group_pred_input(fit_post, group_var, t_pred, time_var)

newdat <- add_sff_input(newdat, fit_post$get_model())
# Take draws
if (is.null(prior_param_names)) {
prior_param_names <- id_specific_param_names(fit_post)
Expand Down

0 comments on commit a533a93

Please sign in to comment.