plot.standrc: Plot fitted dose-response curves

Description Usage Arguments Details Author(s) See Also

Description

Plot of the predicted dose-response curves given a standrc object

Usage

1
2
3
  ## S3 method for class 'standrc'
plot(x, ..., ndose=25, logx=FALSE, lim=NULL)
maplot(x, ..., ndose=25, logx=FALSE, lim=NULL)

Arguments

x

A standrc object

...

not used here

ndose

number of support points to predict the dose-response curve; more points result in a smoother line.

logx

if TRUE the dose scale is log-transformed. Uses coord_trans() of ggplot2.

lim

a numeric vector of length two to determine the minimum and maximum dose range for the predicted curves. If NULL the dose range of the data is used.

Details

If random effects are present, the dose-response curves are plotted conditional on a new, unknown random effect cluster.

Author(s)

Daniel Gerhard

See Also

standrm


daniel-gerhard/standrc documentation built on May 14, 2019, 3:39 p.m.