🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Two-Way ANOVA

User: "Emma_Litfin"
New Altair Community Member
Updated by Jocelyn
Hello

Is two-way ANOVA possible in RM?
I have one numerical attribute (e.g. a score out of 100) and two nominal attributes with varying classes (e.g. age group (18-21, 22-25, etc) and student status (domestic, international)).
I've been able to get Grouped ANOVA to work for the numerical attribute and one nominal attribute, but it doesn't allow for two nominal attributes.

Thanks
Emma

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "Caperez"
    Altair Community Member
    Updated by Caperez
    Hi @Emma_Litfin

    you can handle this running a python script into RM. here is a simple code to perform the Two-way Anova with Golf dataset from examples. 
    Just connect your dataset output port  to the inp port and edit the python script. please see attached the python script as txt

    Regards
    User: "Telcontar120"
    New Altair Community Member
    There is also the Statistics extension which can be obtained in the Marketplace which allows ANOVA (and other statistical tests) to be performed directly within RapidMiner using operators.