plot.eff.disc: Plotting tools for Discrete effectiveness distributions

Description Usage Arguments See Also

Description

Plot the density, distribution and quantile functions of a discrete effectiveness distribution.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S3 method for class 'eff.disc'
dplot(x, ..., plot.data = TRUE, xlab = "x",
  ylab = "f(x)", main = "mass")

## S3 method for class 'eff.disc'
pplot(x, ..., plot.data = TRUE, xlab = "q",
  ylab = "F(q)", main = "distribution")

## S3 method for class 'eff.disc'
qplot(x, ..., plot.data = TRUE, xlab = "p",
  ylab = expression(F^-1 * (p)), main = "quantile")

Arguments

x

the effectiveness distribution to plot.

...

arguments to be passed to lines.

plot.data

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

xlab

the title for the x axis.

ylab

the title for the y axis.

main

the overall title for the plot.

See Also

plot.eff.cont for continuous distributions.


simIReff documentation built on May 2, 2019, 2:46 p.m.