Skip to content

Commit

Permalink
fewer examples to speed up check
Browse files Browse the repository at this point in the history
  • Loading branch information
krisrs1128 committed Sep 19, 2024
1 parent 10ef463 commit 2caf024
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions R/predict.R
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,10 @@ setMethod("sample", "multimedia", function(
#' fit <- multimedia(exper) |>
#' estimate(exper)
#' predict_across(outcome_model(fit), NULL, "outcome_1")
#' predict_across(outcome_model(fit), NULL, "outcome_2")
#'
#' # predict at newdata
#' newdata <- bind_mediation(exper)
#' predict_across(
#' outcome_model(fit), newdata[seq_len(5), ], "outcome_2"
#' )
#' predict_across(
#' outcome_model(fit),
#' newdata[seq_len(5), ],
#' c("outcome_1", "outcome_2")
Expand Down

0 comments on commit 2caf024

Please sign in to comment.