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/lsr2 documentation built on Sept. 7, 2019, 7:21 a.m.