- 1. printing a series of stem plots (score: 1)
- Author: David Parkhurst <parkhurs@imap.iu.edu>
- Date: Sat, 10 Sep 2005 17:42:02 -0500
- I want to generate a series of different datasets to send to students in a stats class, so each group works with different data. One of their assignments is to produce a stemplot (by hand), and I wou
- /archives/html/s-news/2005-09/msg00024.html (7,079 bytes)
- 2. Re: printing a series of stem plots (score: 1)
- Author: "Richard M. Heiberger" <rmh@temple.edu>
- Date: Sat, 10 Sep 2005 22:36:15 -0400
- N <- 20 x <- matrix(rlnorm(30*N, log(10), 0.7), 30, N) for (i in 1:N) { cat("\n\nColumn",i,"\n") stem(x[,i]) }
- /archives/html/s-news/2005-09/msg00025.html (6,563 bytes)
This search system is powered by
Namazu