plot.limdil {statmod} | R Documentation |
Plot or print an object of class limdil.
## S3 method for class 'limdil': print(x, ...) ## S3 method for class 'limdil': plot(x, col.group=NULL, ...)
x |
object of class limdil . |
... |
other arguments to be passed to plot or print .
Note that pch and lty are reserved arguments for the plot method. |
col.group |
vector of colors for the groups of the same length as levels(x$group) . |
Produces a plot of a limiting dilution experiment similar to that in Bonnefoix et al. (2001). The basic design of the plot was made popular by Lefkovits and Waldmann (1979).
The plot shows frequencies and confidence intervals for the multiple groups. A novel feature is that assays with 100% successes are represented on the plot, by down-pointing triangles.
Yifang Hu and Gordon Smyth
Bonnefoix, T, Bonnefoix, P, Callanan, M, Verdiel, P, and Sotto, JJ (2001). Graphical representation of a generalized linear model-based statistical test estimating the fit of the single-hit poisson model to limiting dilution assays. The Journal of Immunology 167, 5725-5730.
Lefkovits, I, and Waldmann, H (1979). Limiting dilution analysis of cells in the immune system. Cambridge University Press, Cambridge.
limdil describes the limdil
class.