The blog is a collection of script examples with example data and output plots. R produce excellent quality graphs for data analysis, science and business presentation, publications and other purposes. Self-help codes and examples are provided. Enjoy nice graphs !!
Tuesday, April 16, 2013
RG#68: Quantile comparison plot - QQ Plot (normal, t or F)
set.seed(1234) require(car) xvar <- c(rnorm(100, 20, 5), rnorm (100, 30, 5)) # normal distribution qqPlot(xvar, dist="norm")
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.