Hi Statalist community!
I am looking for advice on a specific Stata command - I am analyzing simulation output with MANOVA (in STATA) and want to test the assumptions - specifically (1) the Homoscedasticity and (2) Correlation of the dependent variables.
I'm using the following code in STATA for the test and I am getting the error message below:
Code
(1)
(2)
Error message:
My experiment is using a Box-Behnken fractional design with 108 treatment groups and 24 sample per treatment group (thus 2.592 observations) - in my opinion this should be enough.
Has anybody an idea what I am doing wrong? Any help would be really appreciated.
Thanks a lot & have a great new year's eve,
Eike
I am looking for advice on a specific Stata command - I am analyzing simulation output with MANOVA (in STATA) and want to test the assumptions - specifically (1) the Homoscedasticity and (2) Correlation of the dependent variables.
I'm using the following code in STATA for the test and I am getting the error message below:
Code
(1)
Code:
mvtest covariance y1 y2, by(group)
Code:
mvtest correlations y1 y2, by(group)
Code:
size of sample 1 too small
Has anybody an idea what I am doing wrong? Any help would be really appreciated.
Thanks a lot & have a great new year's eve,
Eike
Comment