wald.test.overall {Rfit} | R Documentation |
Conducts a Wald test of all regression parameters are zero
wald.test.overall(fit)
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))