plot.callback_stat {callback} | R Documentation |
Plots for callback rates and shares
Description
Plots for callback rates and shares
Usage
## S3 method for class 'callback_stat'
plot(x, col = NULL, dif = TRUE, ...)
Arguments
x |
a |
col |
A list of four colors. |
dif |
FALSE for the confidence intervals (the default), TRUE for the difference in proportions |
... |
further arguments passed to or from other methods. |
Value
a ggplot2 object
Author(s)
Emmanuel Duguet
Examples
data(labour1)
m <- callback(labour1,"offer","hist","callback","all")
s <- stat_mcr(m)
plot(s)
[Package callback version 0.1.3 Index]