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
list
with 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
logical
indicating if the data is the result of a paired sample; default:FALSE
- conf.level
The confidence level; default:
0.99
- na.rm
logical
indicating ifNA
values are removed; default:TRUE
- CER
numerical
value indicating the control event rate (CER); default:0.20
Author
Emilio Xavier Esposito emilio@exeResearch.com (https://github.com/emilioxavier)