powered by
Proportions' comparison plot
g_prop( data = NULL, method = "wilson", col = c("#F564E3", "#7CAE00", "#00BFC4"), ... )
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 (two colors needed).
further arguments passed to or from other methods.
Emmanuel Duguet
data(origin1) m <- callback(labour1,"offer","hist","callback","all") s <- stat_mcr(m) g_prop(data=s,method="student")
Run the code above in your browser using DataLab