Bootstrap Null Hypothesis Significance Test
bootstrap_NHST( bmbstats_object, estimator, null_hypothesis = 0, test = "two.sided" )
bmbstats_object | Object of class bmbstats |
---|---|
estimator | Name of the estimator from the |
null_hypothesis | Numeric scalar indicating null hypothesis value for |
test | Character string specifying the type of NHST, must be one of "two.sided" (default), "greater" or "less". Default is "two.sided" |
bmbstats_NHST
object
#>#>#> Warning: boot::boot.ci returned error or NULL when estimating CIs for min estimator. Returning NAs for upper and lower CIs#>mean_NHST#> Null-hypothesis significance test for the `mean` estimator #> Bootstrap result: mean=-0.08, 95% CI [-0.293, 0.129] #> H0=0, test: two.sided #> p=0.4405plot(mean_NHST)#>