Uses of Class
ubic.basecode.math.linearmodels.GenericAnovaResult
-
Packages that use GenericAnovaResult Package Description ubic.basecode.math.linearmodels -
-
Uses of GenericAnovaResult in ubic.basecode.math.linearmodels
Methods in ubic.basecode.math.linearmodels that return GenericAnovaResult Modifier and Type Method Description GenericAnovaResult
LinearModelSummary. getAnova()
Methods in ubic.basecode.math.linearmodels that return types with arguments of type GenericAnovaResult Modifier and Type Method Description protected List<GenericAnovaResult>
LeastSquaresFit. anova()
Compute ANOVA based on the model fit (Type I SSQ, sequential)Methods in ubic.basecode.math.linearmodels with parameters of type GenericAnovaResult Modifier and Type Method Description void
LinearModelSummary. setAnova(GenericAnovaResult genericAnovaResult)
Constructors in ubic.basecode.math.linearmodels with parameters of type GenericAnovaResult Constructor Description LinearModelSummary(String k, Double[] coefficients, Double[] residuals, List<String> terms, DoubleMatrix<String,String> contrastCoefficients, Double[] effects, Double[] stdevUnscaled, double rsquared, double adjRsquared, double fstat, Integer ndof, Integer ddof, GenericAnovaResult anovaResult, double sigma, boolean isShrunken)
-