Hello everyone,
I want to perform ANOVA with post hoc test. Here in the data example shows first five variables are my dependent variables and last five are my independent variables. Down below it shows all the groups. I will be glad if someone can tell me how to perform ANOVA with post hoc test on this data. Thanks
I want to perform ANOVA with post hoc test. Here in the data example shows first five variables are my dependent variables and last five are my independent variables. Down below it shows all the groups. I will be glad if someone can tell me how to perform ANOVA with post hoc test on this data. Thanks
Code:
* Example generated by -dataex-. To install: ssc install dataex clear input str2 var1 float(d1 d2 d3 d4 d5 i1 i2 i3 i4 i5) "Fe" .56487 .5519 .71453 .70825 1.07293 .70143 .86129 .40476 .50067 .23357 "Mn" .69226 .42448 .6046 .59833 .64189 .62841 .59304 .16399 .23182 .06734 "Mn" .45491 .28321 .38427 .37799 .34879 .41666 .4013 .09078 .14434 .02294 "Co" .24948 .28687 .33428 .328 .70278 .47895 .72293 .38205 .42475 .3497 "Ca" .20781 .1354 .24389 .23761 .21463 .23144 .20663 .03271 .07128 .00852 "Ca" .21613 .16752 .25068 .24441 .25073 .2526 .26848 .04988 .07528 .04116 "Ca" .20929 .21075 .18383 .17756 .31754 .2596 .31666 .08219 .09682 .05065 "P" .01692 .03356 .04721 .04094 .15159 .10939 .17733 .15462 .16075 .1201 "Na" 3.05938 2.55464 1.75481 1.74854 4.59286 2.63964 3.95814 .4016 .40648 .28594 "Na" 2.80798 2.39282 1.41011 1.40384 4.12842 2.30511 3.61437 .41968 .42489 .32731 "Li" .35424 .35522 .07245 .06617 .26312 .04606 -.01181 .05621 .05358 .05444 "I" .37589 .33497 .422 .41573 .38058 .37568 .33749 .32488 .33699 .26051 "K" 2.08033 1.93796 .98509 .97882 3.54491 2.01945 2.8601 1.88317 1.96078 .96108 end

Comment