print.bmbstats_NHST: S3 method for printing 'bootstrap_NHST' results

Description Usage Arguments Examples

View source: R/NHST-S3.R

Description

S3 method for printing bootstrap_NHST results

Usage

1
2
## S3 method for class 'bmbstats_NHST'
print(x, ...)

Arguments

x

Object of class bmbstats_NHST

...

Extra arguments. Not used

Examples

1
2
3
4
5
6
mean_NHST <- bootstrap_NHST(
  describe_data(rnorm(100)),
  "mean"
)
mean_NHST
plot(mean_NHST)

mladenjovanovic/bmbstats documentation built on Aug. 5, 2020, 4:20 p.m.