wald.test.overall: Overall Wald test

View source: R/wald.test.overall.r

wald.test.overallR 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))

Rfit documentation built on Sept. 8, 2023, 5:59 p.m.