Skip to content

summary(svyglm) Pr (> | t |) ?

4 messages · Diana Marcela Martinez Ruiz, John Fox

#
Dear Diana,

The Anova() function in the car package will produce a Wald test for each
term in a model fit by svyglm().

I hope this helps,
 John
|) to
wald test
levels of
of
Pr(>|t|)
0.1104
0.1010
0.0861 .
0.6009
#
Dear Diana,
test for

 The standard anova() provides sequential ("type I") tests; by default,
Anova() in car provides partial ("type II") tests.
of this
|)
This is no different for svyglm() than for any model in R with a linear
predictor; the individual t-tests are for (partial) differences between each
other level and the reference level for the set of contrasts (dummy
regressors); if this is what you're interested in (and of course the
reference level isn't arbitrarily chosen), then you can use the t-tests for
the coefficients.

Best,
 John
am18,