Description Usage Arguments Details Value Author(s) See Also Examples
GEE.trend.test implements a GEE based test for linear increasing trend
for correlated binary data.
1  | GEE.trend.test(cbdata, scale.method = c("fixed", "trend", "all"))
 | 
cbdata | 
 a   | 
scale.method | 
 character string specifying the assumption about the change in the overdispersion (scale) parameter across the treatment groups: "fixed" - constant scale parameter (default); "trend" - linear trend for the log of the scale parameter; "all" - separate scale parameter for each group.  | 
The actual work is performed by the geese function of
the geepack library. This function only provides a convenient wrapper
to obtain the results in the same format as RS.trend.test and
SO.trend.test.
The implementation aims for testing for increasing trend, and a one-sided p-value is reported. The test statistic is asymptotically normally distributed, and a two-sided p-value can be easily computed if needed.
A list with components
statistic | 
 numeric, the value of the test statistic  | 
p.val | 
 numeric, asymptotic one-sided p-value of the test  | 
Aniko Szabo, aszabo@mcw.edu
RS.trend.test, SO.trend.test for
alternative tests; CBData for constructing a CBData object.
1 2  | data(shelltox)
GEE.trend.test(shelltox, "trend")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.