STATS_ONE_WAY_ANOVA « Linear Regression Functions « Oracle PL/SQL Tutorial






20.15.STATS_ONE_WAY_ANOVA
20.15.1.For between sum of squares (SS): STATS_ONE_WAY_ANOVA(expr1, expr2,'SUM_SQUARES_BETWEEN')
20.15.2.For within sum of squares (SS): STATS_ONE_WAY_ANOVA(expr1, expr2, 'SUM_SQUARES_WITHIN')
20.15.3.For between degrees of freedom (DF): STATS_ONE_WAY_ANOVA(expr1, expr2, 'DF_BETWEEN')
20.15.4.For within degrees of freedom (DF): STATS_ONE_WAY_ANOVA(expr1, expr2, 'DF_WITHIN')
20.15.5.For mean square (MS) between: STATS_ONE_WAY_ANOVA(expr1, expr2, 'MEAN_SQUARES_BETWEEN')
20.15.6.For mean square (MS) within: STATS_ONE_WAY_ANOVA(expr1, expr2, 'SUM_SQUARES_WITHIN')
20.15.7.For F statistic: STATS_ONE_WAY_ANOVA(expr1, expr2, 'F_RATIO')
20.15.8.For significance level: STATS_ONE_WAY_ANOVA(expr1, expr2, 'SIG')