t_test_summary {door}R Documentation

t test with summary statistics

Description

t test with summary statistics

Usage

t_test_summary(
  m1,
  m2,
  s1,
  s2,
  n1,
  n2,
  m0 = 0,
  equal.variance = FALSE,
  conf = 0.95
)

Arguments

m1, m2

means of each group

s1, s2

standard deviation of each group

n1

sample size of each group

m0

value of null hypothesis

equal.variance

whether to assume equal variance between the groups

conf

confidence level for confidence interval

Value

an "htest" object of the test result


[Package door version 0.0.2 Index]