Plot method for grouped objects
Produces the plot of residuals versus the fitted values for a fitted grouped
model.
## S3 method for class 'grouped' plot(x, B = 100, sub.caption = deparse(formula(x)), ...)
x |
an object of class |
B |
the number of multiple imputations used to estimate the residuals (see |
sub.caption |
a sub-title to be used in the plot. |
... |
extra graphical parameters to be passed in |
Dimitris Rizopoulos d.rizopoulos@erasmusmc.nl
m <- grouped(cbind(lo, up) ~ treat * x, link = "logit", data = Sdata) plot(m)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.