S3 method for plotting bootstrap_MBI
results
# S3 method for bmbstats_MBI plot(x, ...)
x | Object of class |
---|---|
... | Extra arguments. Use |
mean_MBI <- bootstrap_MBI( describe_data(rnorm(10, 100, 20)), estimator = "mean", SESOI_lower = 95, SESOI_upper = 105 )#>#>#> Warning: boot::boot.ci returned error or NULL when estimating CIs for min estimator. Returning NAs for upper and lower CIs#>mean_MBI#> Magnitude-based inference for the `mean` estimator #> Bootstrap result: mean=97.907, 95% CI [88.825, 107.901] #> SESOI: [95, 105] #> #> Test prob #> lower 0.3045 #> equivalent 0.6200 #> higher 0.0755 #> #> Final inference: Unclear difference#>