wald function

Test significance of TRIM coefficients with the Wald test

Test significance of TRIM coefficients with the Wald test

wald(x) ## S3 method for class 'trim' wald(x)

Arguments

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

Returns

A model-dependent list of Wald statistics

Examples

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)

See Also

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()

  • Maintainer: Patrick Bogaart
  • License: EUPL
  • Last published: 2024-06-21