Hi to everyone

To simulate data I only know this command:

rnorm(n , mean, sd)
 
It exists another way to specify Median and range as well?

The point is that I have  this information about the variable:


Median: 4.3
Mean: 4.2
SD: 1.8
Range: 0-8

and I need a boxplot, but I don't have the original data, simulating data 
looks a good idea to solve it.

Thanks in advance.                                        
______________________________________________
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.

Reply via email to