🎉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

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

User: "AidenLiang"
New Altair Community Member
Updated by Jocelyn
      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?

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "Caperez"
    Altair Community Member
    Accepted 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, 

    User: "AidenLiang"
    New Altair Community Member
    OP
    Accepted Answer
    Exactly! the operator in converters package can perfectly slove my problem! Thank you!