test_mdiff_contrast_bs: conduct a hypothesis test on a linear contrast of means

Description Usage Arguments Value

View source: R/esci_testing.R

Description

conduct a hypothesis test on a linear contrast of means

Usage

1
2
3
4
5
6
7
test_mdiff_contrast_bs(
  estimate,
  rope_lower = -0.1,
  rope_upper = 0.1,
  rope_units = c("raw", "sd"),
  alpha = 0.05
)

Arguments

estimate
  • must be an esci_estimate object generated by estimate_mdiff_contrast_bs

rope_lower
  • numeric lower limit of the region of practical equivalence (rope)

rope_upper
  • numeric upper limit of the rope

rope_units
  • conduct test on original units (raw) or sds (cohen's d); defaults to raw

alpha
  • alpha level to use for evaluation

Value

Returns an esci_test object


rcalinjageman/esci2 documentation built on Dec. 22, 2021, 1:02 p.m.