Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plot.grouped

Plot method for grouped objects


Description

Produces the plot of residuals versus the fitted values for a fitted grouped model.

Usage

## S3 method for class 'grouped'
plot(x, B = 100, sub.caption = deparse(formula(x)), ...)

Arguments

x

an object of class grouped.

B

the number of multiple imputations used to estimate the residuals (see residuals.grouped for more info).

sub.caption

a sub-title to be used in the plot.

...

extra graphical parameters to be passed in plot.

Author(s)

Dimitris Rizopoulos d.rizopoulos@erasmusmc.nl

See Also

Examples

m <- grouped(cbind(lo, up) ~ treat * x, link = "logit", data = Sdata)
plot(m)

grouped

Regression Analysis of Grouped and Coarse Data

v0.6-0
GPL (>= 2)
Authors
Dimitris Rizopoulos <d.rizopoulos@erasmusmc.nl> and Spyridoula Tsonaka <s.tsonaka@lumc.nl>
Initial release
2009-10-12

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.