Interface GenericAnovaResult

    • Method Detail

      • getMainEffectDof

        double getMainEffectDof​(String factorName)
      • getMainEffectFStat

        double getMainEffectFStat​(String factorName)
      • getMainEffectPValue

        double getMainEffectPValue​(String factorName)
      • hasInteractions

        boolean hasInteractions()
      • getInteractionEffectDof

        double getInteractionEffectDof()
        Obtain the degrees of freedom for the interaction effects, if any.
        Throws:
        IllegalStateException - if there is more than one interaction effect
      • getInteractionEffectFStat

        double getInteractionEffectFStat()
        Obtain the F statistic for the interaction effects, if any.
        Throws:
        IllegalStateException - if there is more than one interaction effect
      • getInteractionEffectPValue

        double getInteractionEffectPValue()
        Obtain the p-value for the interaction effects, if any.
        Throws:
        IllegalStateException - if there is more than one interaction effect
      • getInteractionEffectFactorNames

        Collection<String[]> getInteractionEffectFactorNames()
        Obtain all the combinations of factor names that have interaction effects.
      • getInteractionEffectDof

        double getInteractionEffectDof​(String... factorNames)
      • getInteractionEffectFStat

        double getInteractionEffectFStat​(String... factorNames)
      • getInteractionEffectPValue

        double getInteractionEffectPValue​(String... factorNames)