wald | R Documentation |
Test significance of TRIM coefficients with the Wald test
wald(x)
## S3 method for class 'trim'
wald(x)
x |
TRIM output structure (i.e., output of a call to |
A model-dependent list of Wald statistics
Other analyses:
coef.trim()
,
confint.trim()
,
gof()
,
index()
,
now_what()
,
overall()
,
overdispersion()
,
plot.trim.index()
,
plot.trim.overall()
,
plot.trim.smooth()
,
results()
,
serial_correlation()
,
summary.trim()
,
totals()
,
trendlines()
,
trim()
,
vcov.trim()
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.