powered by
Exclusive callback shares plot
g_ecs( data = NULL, method = "wilson", col = c("#F564E3", "#7CAE00", "#00BFC4"), ... )
A ggplot2 object
a stat_ecs object.
stat_ecs
the type of confidence interval: "cp" for Clopper-Pearson, "wilson" for Wilson (the default), "student" for Student.
A list of colors (three colors needed).
further arguments passed to or from other methods.
Emmanuel Duguet
data(origin1) m <- callback(labour1,"offer","hist","callback","all") s <- stat_ecs(m) g_ecs(s,method="cp")
Run the code above in your browser using DataLab