Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

HELP! How can I Extract the prob number from the significance test result of anovatest operater?

AidenLiangAidenLiang Member Posts: 2 Learner I
edited December 2021 in Help
      Hey guys! I use loop operator and grouped anovatest operator to conduct a series of anova test, after that I want to extract the number of Prob to further process. But I cannot do that because all operators I used cannot process the significance test result but only example set. And I failed to transform the type of document.  What can I do?

Best Answers

  • ceaperezceaperez Member Posts: 541 Unicorn
    Solution Accepted
    Hi @AidenLiang

    you can perform the same analysis using Anova Matrix operator instead the Grouped Anova operator, selecting the right numerical and nominal attributes. Then you can use the Matrix to example Operator to convert the results to a exampleset.

    please find attached and simple example compared results. 

    Best, 

  • AidenLiangAidenLiang Member Posts: 2 Learner I
    Solution Accepted
    Exactly! the operator in converters package can perfectly slove my problem! Thank you!
Sign In or Register to comment.