plot.eadrm {eadrm} | R Documentation |
Plot an eadrm object
Description
Plots the data used to fit an eadrm object as well as the fitted dose-response curve
Usage
## S3 method for class 'eadrm'
plot(x, ...)
Arguments
x |
Object of class eadrm to plot. |
... |
Additional arguments to plot. Currently ignored. |
See Also
Examples
ea.fit <- eadrm(CarboA$y, CarboA$x)
plot(ea.fit)
[Package eadrm version 0.1.4 Index]