View source: R/partial_credit_analysis.R
t_test_summary | R Documentation |
t test with summary statistics
t_test_summary(
m1,
m2,
s1,
s2,
n1,
n2,
m0 = 0,
equal.variance = FALSE,
conf = 0.95
)
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 |
an "htest" object of the test result
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.