mad_bassie <[EMAIL PROTECTED]> wrote in
news:[EMAIL PROTECTED]: 

> 
> 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.

Assuming "it" is a hypothetical shared distribution that X, Y and Z are 
possibly all drawn from, then:

?stack

> How do I do this?
> Can I make a graph of it?
> Could I compare that graph with that of the theoretical null
> distribution? 

This is looking more and more like homework. Suggest you try some 
searches.

-- 
David Winsemius

______________________________________________
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