S3 method for printing bootstrap_MBI
results
# S3 method for bmbstats_MBI print(x, ...)
x | Object of class |
---|---|
... | Extra arguments. Not used |
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=103.145, 95% CI [95.473, 113.765] #> SESOI: [95, 105] #> #> Test prob #> lower 0.0300 #> equivalent 0.6405 #> higher 0.3295 #> #> Final inference: Possibly equivalent#>