Suppose I have the following data from 2 distinct groups.
set.seed(1)
grupo1<-rnorm(400,6,2)
grupo2<-rnorm(200,8,2)
How do I make a histogram of the two groups on the same screen, identifying each of the groups with a distinct color a...
asked by
21.02.2014 / 01:11