S3 method for printing bootstrap_NHST results

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

Arguments

x

Object of class bmbstats_NHST

...

Extra arguments. Not used

Examples

mean_NHST <- bootstrap_NHST( describe_data(rnorm(100)), "mean" )
#> Bootstraping: 2000 resamples
#> Calculating confidence intervals...
#> Warning: extreme order statistics used as endpoints
#> Warning: boot::boot.ci returned error or NULL when estimating CIs for min estimator. Returning NAs for upper and lower CIs
#> Done!
mean_NHST
#> Null-hypothesis significance test for the `mean` estimator #> Bootstrap result: mean=-0.005, 95% CI [-0.211, 0.196] #> H0=0, test: two.sided #> p=0.9645
plot(mean_NHST)
#> Picking joint bandwidth of 0.0207