powered by
Conducts a Wald test of all regression parameters are zero
wald.test.overall(fit)
result from a rfit
John Kloke
Hettmansperger, T.P. and McKean J.W. (2011), Robust Nonparametric Statistical Methods, 2nd ed., New York: Chapman-Hall.
x <- rnorm(47) y <- rnorm(47) wald.test.overall(rfit(y~x))
Run the code above in your browser using DataLab