Learn R Programming

rtrim (version 2.1.1)

wald: Test significance of TRIM coefficients with the Wald test

Description

Test significance of TRIM coefficients with the Wald test

Usage

wald(x)

# S3 method for trim wald(x)

Arguments

x

TRIM output structure (i.e., output of a call to trim)

Value

A model-dependent list of Wald statistics

See Also

Other analyses: coef.trim(), confint.trim(), gof(), index(), now_what(), overall(), overdispersion(), plot.trim.index(), plot.trim.overall(), results(), serial_correlation(), summary.trim(), totals(), trim(), vcov.trim()

Examples

Run this code
# NOT RUN {
data(skylark)
z2 <- trim(count ~ site + time, data=skylark, model=2)
# print info on significance of slope parameters
print(z2)
z3 <- trim(count ~ site + time, data=skylark, model=3)
# print info on significance of deviations from linear trend
wald(z3)
# }

Run the code above in your browser using DataLab