tidy.glmgee | R Documentation |
Tidy summarizes information about the components of a GEE model.
## S3 method for class 'glmgee'
tidy(
x,
conf.int = FALSE,
conf.level = 0.95,
exponentiate = FALSE,
varest = c("robust", "df-adjusted", "bias-corrected", "model"),
...
)
x |
an object of class glmgee. |
conf.int |
an (optional) character string indicating whether or not to include a confidence interval in the tidied output. As default, |
conf.level |
an (optional) value indicating the confidence level to use for the confidence interval if |
exponentiate |
an (optional) logical indicating whether or not to exponentiate the coefficient estimates. As default, |
varest |
an (optional) character string indicating the type of estimator which should be used. The available options are: robust sandwich-type estimator ("robust"), degrees-of-freedom-adjusted estimator ("df-adjusted"), bias-corrected estimator ("bias-corrected"), and the model-based or naive estimator ("model"). As default, |
... |
further arguments passed to or from other methods. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.