ttest_twosample: Two sample t-test

Description Usage Arguments

View source: R/ttest.R

Description

Two sample t-test

Usage

1
2
ttest_twosample(data, formula = NULL, outcome = NULL, group = NULL,
  test_greater = NULL, equal_variances = FALSE, ...)

Arguments

data

a data frame or tibble

formula

the model formula (i.e., outcome ~ group)

outcome

the outcome variable (quoted)

group

the grouping variable (quoted)

test_greater

group proposed to be larger under the alternative (character), or NULL (the default, for a two-sided test)

equal_variances

should the test assume equality of variance? (default = FALSE)

...

other arguments to be passed to t.test


djnavarro/lsr2 documentation built on Sept. 7, 2019, 7:21 a.m.