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

AidenLiang
AidenLiang New Altair Community Member
edited November 2024 in Community Q&A
      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?

Tagged:

Best Answers

  • Caperez
    Caperez Altair Community Member
    Answer ✓
    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, 

  • AidenLiang
    AidenLiang New Altair Community Member
    Answer ✓
    Exactly! the operator in converters package can perfectly slove my problem! Thank you!

Answers

  • Caperez
    Caperez Altair Community Member
    Answer ✓
    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, 

  • AidenLiang
    AidenLiang New Altair Community Member
    Answer ✓
    Exactly! the operator in converters package can perfectly slove my problem! Thank you!