I simulated data for the ANOVA-test where the condition of equal variances was not accomplished. I have three groups: X<-rnorm(50,30,5) Y<-rnorm(50,30,10) Z<-rnorm(50,30,5) (this is just an example....the variables might still change depending on how clear the results are)
Now I want to construct the empirical null distribution of it. How do I do this? Can I make a graph of it? Could I compare that graph with that of the theoretical null distribution? Thanks a lot! -- View this message in context: http://www.nabble.com/empirical-null-distribution-tp16945981p16945981.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ 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.