confintadjust {Rfit} | R Documentation |
Confidence interval adjustment methods
Description
Returns the critical value to be used in calculating adjusted confidence intervals. Currently provides methods for Boneferroni and Tukey for confidence interval adjustment methods as well as no adjustment.
Usage
confintadjust(n, k, alpha = 0.05, method = confintadjust.methods, ...)
Arguments
n |
sample size |
k |
number of comparisons |
alpha |
overall (experimentwise) type I error rate |
method |
one of confintadjust.methods |
... |
Additonal arguments. Currently not used. |
Details
Returns critial value based on one of the adjustment methods.
Value
cv |
critical value |
method |
the method used |
Author(s)
Joseph McKean, John Kloke
References
Hettmansperger, T.P. and McKean J.W. (2011), Robust Nonparametric Statistical Methods, 2nd ed., New York: Chapman-Hall.
See Also
[Package Rfit version 0.27.0 Index]