powered by
Plots for callback rates and shares
# S3 method for callback_stat plot(x, col = NULL, dif = TRUE, ...)
a ggplot2 object
a callback_stat object.
callback_stat
A list of four colors.
FALSE for the confidence intervals (the default), TRUE for the difference in proportions
further arguments passed to or from other methods.
Emmanuel Duguet
data(labour1) m <- callback(labour1,"offer","hist","callback","all") s <- stat_mcr(m) plot(s)
Run the code above in your browser using DataLab