On 07/30/2013 04:21 PM, David Arnold wrote:
Hi,
I'd like to use R to produce the following plot:
dotplot.jpeg<http://r.789695.n4.nabble.com/file/n4672628/dotplot.jpeg>
This was constructed using StatKey at:
http://www.lock5stat.com/statkey/bootstrap_1_quant/bootstrap_1_quant.html
<http://www.lock5stat.com/statkey/bootstrap_1_quant/bootstrap_1_quant.html>
The data used was AtlantaCommute (Time) and I generated 1000 bootstrap
samples of size 500 with replacement. I'd really like to learn how to make
such a dotplot in R.
Any thoughts?
Hi David,
Have a look at the dotplot.mtb function in plotrix.
Jim
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.