Plot predicted dose-response curves for medrc objects
# S3 method for medrc plot(x, ..., ndose = 25, ranef = FALSE, level = NULL, logx = FALSE)
x | An object of class medrc |
---|---|
... | further arguments |
ndose | Number of points to interpolate the dose response curve |
ranef | If FALSE the predictions are based only on fixed effects, if TRUE the random effects are presented as additional lines around the fixed effects curve. Only implemented for curveid=NULL. |
level | Hierarchical level of random effects, which are presented when ranef=TRUE. |
logx | If TRUE, plot x-axis on a logarithmic scale |