Usage
pairwiseCICont(formula, data, alternative="two.sided",
conf.level=0.95, method, control=NULL, ...)
pairwiseCIProp(formula, data, alternative="two.sided",
conf.level=0.95, control=NULL, method, ...)
Arguments
formula
A formula of the structure response ~ treatment for numerical variables,
and of structure cbind(success, failure) ~ treatment for binomial variables
data
A data.frame containing the numerical response variable and the treatment
and by variable as factors. Note, that for binomial data, two columns containing the number
of successes and failures must be present in the data.
alternative
Character string, either "two.sided", "less" or "greater"
conf.level
The comparisonwise confidence level of the intervals, where 0.95 is default
method
A character string specifying the confidence interval method, one of the following options
"Param.diff": Difference of two means, with additional argument var.equal=FALSE(default) as in t.test(stats)
"Param.
control
Character string, specifying one of the levels of the treatment variable as control group in the comparisons; default is NULL, then CI for all pairwise comparisons are calculated.
...
further arguments to be passed to the functions specified in methods