Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


simIReff (version 1.0)

plot.eff: Plotting tools for effectiveness distributions

Description

Plot the density, distribution and quantile functions of an effectiveness distribution. Function plot plots all three functions in the same graphics device.

Usage

# S3 method for eff
plot(x, ..., plot.data = TRUE)

dplot(x, ..., plot.data = TRUE)

pplot(x, ..., plot.data = TRUE)

qplot(x, ..., plot.data = TRUE)

Arguments

x

the effectiveness distribution to plot.

...

other arguments to be passed to graphical functions.

plot.data

logical: whether to plot the data used to fit the distribution, if any.

See Also

plot.eff.cont and plot.eff.disc for more details.