confintadjust function

Confidence interval adjustment methods

Confidence interval adjustment methods

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.

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.

Returns

  • cv: critical value

  • method: the method used

References

Hettmansperger, T.P. and McKean J.W. (2011), Robust Nonparametric Statistical Methods, 2nd ed., New York: Chapman-Hall.

Author(s)

Joseph McKean, John Kloke

See Also

oneway.rfit

  • Maintainer: John Kloke
  • License: GPL (>= 2)
  • Last published: 2024-05-25

Useful links