plot.stdGee {stdReg} | R Documentation |
Plots GEE regression standardization fit
Description
This is a plot
method for class "stdGee"
.
Usage
## S3 method for class 'stdGee'
plot(x, CI.type = "plain", CI.level = 0.95,
transform = NULL, contrast = NULL, reference = NULL, ...)
Arguments
x |
an object of class |
CI.type |
string, indicating the type of confidence intervals. Either "plain", which gives untransformed intervals, or "log", which gives log-transformed intervals. |
CI.level |
desired coverage probability of confidence intervals, on decimal form. |
transform |
a string. If set to |
contrast |
a string. If set to |
reference |
must be specified if |
... |
further arguments passed on to plot.default. |
Author(s)
Arvid Sjolander
See Also
Examples
##See documentation for stdGee