Hi all,
I am trying to test wheater the distribution of my samples is normal with QQ
plot.
I have a values of water content in clays in around few hundred samples. Is the
code :
qqnorm(w) #w being water content
qqline(w)
sufficient?
How do I know when I get the plots which distribution is normal and which is
not?
Thanks, m
[[alternative HTML version deleted]]
______________________________________________
[email protected] 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.