powered by
Matched callback rates plots
# S3 method for stat_mcr graph( data = NULL, method = "wilson", col = c("#F564E3", "#7CAE00", "#00BFC4"), dif = TRUE, ... )
a ggplot2 object
a stat_mcr object.
stat_mcr
the type of confidence interval: "cp" for Clopper-Pearson, "wilson" for Wilson (the default), "student" for Student.
A list of colors (three colors needed).
TRUE for the difference in proportions (the default), FALSE for a comparison of confidence intervals
further arguments passed to or from other methods.
Emmanuel Duguet
data(origin1) m <- callback(labour1,"offer","hist","callback","all") s <- stat_mcr(m) graph(data=s,method="student")
Run the code above in your browser using DataLab