wald.test.overall {Rfit}R Documentation

Overall Wald test

Description

Conducts a Wald test of all regression parameters are zero

Usage

wald.test.overall(fit)

Arguments

fit

result from a rfit

Author(s)

John Kloke

References

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

Examples

x <- rnorm(47)
y <- rnorm(47)
wald.test.overall(rfit(y~x))

[Package Rfit version 0.27.0 Index]