Calculate all t-test Combinations
Usage
combinations.t.test(
data,
alternative = "two.sided",
paired = FALSE,
conf.level = 0.99,
na.rm = TRUE,
CER = 0.2
)Arguments
- data
The
listwith the values to be compared. Each list should have a name otherwise names will be autogenerated.- alternative
The type of t-test analysis; default:
"two.sided"- paired
logicalindicating if the data is the result of a paired sample; default:FALSE- conf.level
The confidence level; default:
0.99- na.rm
logicalindicating ifNAvalues are removed; default:TRUE- CER
numericalvalue indicating the control event rate (CER); default:0.20
Author
Emilio Xavier Esposito emilio@exeResearch.com (https://github.com/emilioxavier)