S3 method for printing bootstrap_MBI results

# S3 method for bmbstats_MBI
print(x, ...)

Arguments

x

Object of class bmbstats_MBI

...

Extra arguments. Not used

Examples

mean_MBI <- bootstrap_MBI( describe_data(rnorm(10, 100, 20)), estimator = "mean", SESOI_lower = 95, SESOI_upper = 105 )
#> Bootstraping: 2000 resamples
#> Calculating confidence intervals...
#> Warning: boot::boot.ci returned error or NULL when estimating CIs for min estimator. Returning NAs for upper and lower CIs
#> Done!
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
plot(mean_MBI, control = plot_control(points_jitter = FALSE))
#> Picking joint bandwidth of 0.921