Skip to content

Commit

Permalink
Update R/estimate_contrasts_effecsize.R
Browse files Browse the repository at this point in the history
Co-authored-by: Dominique Makowski <[email protected]>
  • Loading branch information
rempsyc and DominiqueMakowski authored Feb 11, 2025
1 parent f2d742e commit 4ff060f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions R/estimate_contrasts_effecsize.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
contrasts <- cbind(contrasts, marginal_d = d_adj)

} else if (effectsize == "bootES") {
if (bootstraps < 500) {
insight::format_alert("Number of bootstraps probably too low. Consider increasing it.")
}

insight::check_if_installed("bootES")
dat <- insight::get_data(model)
Expand Down

0 comments on commit 4ff060f

Please sign in to comment.