plot.eadrm {eadrm} | R Documentation |
Plots the data used to fit an eadrm object as well as the fitted dose-response curve
## S3 method for class 'eadrm'
plot(x, ...)
x |
Object of class eadrm to plot. |
... |
Additional arguments to plot. Currently ignored. |
ea.fit <- eadrm(CarboA$y, CarboA$x)
plot(ea.fit)