Skip to content
Prev 276865 / 398506 Next

ggplot stat_summary(mean_cl_boot)

On Nov 9, 2011, at 4:30 PM, Ben Bolker wrote:

            
Another ggplot2 function with no help page, although it does bring up  
a help page with a link to smean.cl.boot
Right. And the code for mean_cl_boot threatens to pass any extra  
parameters. But I'm still scratching my head about how smean.cl.boot  
get called because it is never mentioned by name and then there is an  
ignore.dots parameter that apparently renegs on the promise to pass  
the B argument.
As I almost always do.
Might need to be:

stat_summary(fun.data="mean_cl_boot",B=10000, ignore.dots=FALSE)
David Winsemius, MD
West Hartford, CT