Blog Posts on statistics and viaualization with r




Percent:
 
Distinct:
 


Plotting Small Samples with R. by Free Software Explorations on Jul 8, 2011R has a comprehensive set of routines for visualization of data. Here we show some of its capabilities on  a small sample Y containing positive values. library("vioplot")X <- c(rnorm(50, 10, 3),rnorm(50, 15, 5))Y <- c(runif(10, 5, 20))par...