compare {bda} | R Documentation |
An automated hypothesis testing procedure.
compare(y, x, var.name, alternative = c("two.sided", "less", "greater"), paired = FALSE, conf.level = 0.95, ...)
x,y |
Two vector. 'NA' values will be automatically removed. |
var.name |
Names of the two variables being compared for |
alternative,paired,conf.level,... |
parameters for stat inferences. |
Will be updated later.
B. Wang bwang@southalabama.edu