Anova and Anova matrix
Hi All,
I was playing with group anova and anova matrix operators. I am not able to get where the difference are using these operators, apparently only that there is a difference. how can I get rapidminer to tell where the differences are and the p values for those differences in a data set containing both polynominal and numeric attributes?
Many thanks, Penoca.
Answers
-
Hi Pennoca,
Do you have any sample data for ANOVA test?
The built-in tutorial process for 'Grouped ANOVA'
gives an example to perform a two-sample t-stest on the Golf data, by comparing the mean value of the numeric attribute (Humidity) for a group factor play (yes or no)
Please note that the grouping attribute should be nominal and the anova attribute should be numerical.
The difference between 'Grouped ANOVA' and 'ANOVA Matrix' is also explained in the help view,
If you are more interested in other traditional statistical hypothesis testing, like one-way ANOVA or MANOVA, I would suggest to use 'R scripting' (install R scripting extension from RapidMiner market place for fee) to combine the power of R with RapidMiner. Quick reference
0 -
Hi YYhuang,
thank you for your answer.
I have R installed but I am still learing how to code, therefore I was expecting rapidminer to be an alternative.
I included a data set. Basically I want to compared the means of concentration in all possible comparisons. For example, Ala Control 0h vs Ala Control 24h, Ala Control 24h vs Ala Treated 24h.
I do not wish to compare metabolites, for example Ala vs Cit.
I know R can do this easily.
Many thanks, Best regards, Pennoca.
Metabolites Treatment Time points Concentration Ala Control 0h 1 Ala Control 0h 2 Ala Control 0h 3 Ala Treated 0h 1 Ala Treated 0h 1 Ala Treated 0h 2 Ala Control 24h 1 Ala Control 24h 1 Ala Control 24h 4 Ala Treated 24h 8 Ala Treated 24h 9 Ala Treated 24h 10 Cit Control 0h 1 Cit Control 0h 2 Cit Control 0h 3 Cit Treated 0h 1 Cit Treated 0h 1 Cit Treated 0h 2 Cit Control 24h 1 Cit Control 24h 1 Cit Control 24h 4 Cit Treated 24h 8 Cit Treated 24h 9 Cit Treated 24h 10 0 -
Another questino on top,
Can we use the package ggplot in rapidminer to make R visualizations?
Thanks
0 -
Dear Penooca,
sure. I am more the python guy and use python's matplotlib for viz. But you can do the same thing with R. Just install the R extension and use Execute R.
The blog article i wrote last month on hearthstone is using matplotlib. You can download the data and processes from on the rapidminer.com blog
~martin
0