wald.test.overall function

Overall Wald test

Overall Wald test

Conducts a Wald test of all regression parameters are zero

wald.test.overall(fit)

Arguments

  • fit: result from a rfit

References

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

Author(s)

John Kloke

Examples

x <- rnorm(47) y <- rnorm(47) wald.test.overall(rfit(y~x))
  • Maintainer: John Kloke
  • License: GPL (>= 2)
  • Last published: 2024-05-25

Useful links