ttest_onesample: One sample t-test

Description Usage Arguments

View source: R/ttest.R

Description

One sample t-test

Usage

1
2
ttest_onesample(data, outcome = NULL, null_mean = NULL,
  test_greater = NULL, ...)

Arguments

data

a data frame or tibble

outcome

the outcome variable (quoted)

null_mean

the fixed mean to test against (numeric)

test_greater

alternative hypothesis that the mean exceeds 'null_mean' (TRUE), is less than 'null_mean' (FALSE) or two-sided (NULL, the default)

...

other arguments to be passed to t.test


djnavarro/tidylsr documentation built on Sept. 6, 2019, 8:06 p.m.