Uses of Interface
ubic.basecode.math.linearmodels.LinearModelSummary
Packages that use LinearModelSummary
-
Uses of LinearModelSummary in ubic.basecode.math.linearmodels
Methods in ubic.basecode.math.linearmodels that return types with arguments of type LinearModelSummaryModifier and TypeMethodDescriptionLeastSquaresFit.summarize()
LeastSquaresFit.summarize
(boolean anova) LeastSquaresFit.summarizeByKeys
(boolean anova) -
Uses of LinearModelSummary in ubic.basecode.util.r
Methods in ubic.basecode.util.r that return LinearModelSummaryModifier and TypeMethodDescriptionAbstractRClient.linearModel
(double[] data, Map<String, List<?>> factors) AbstractRClient.linearModel
(double[] data, ObjectMatrix<String, String, Object> d) RClient.linearModel
(double[] data, Map<String, List<?>> factors) Lower level access to linear model.RClient.linearModel
(double[] data, ObjectMatrix<String, String, Object> design) Methods in ubic.basecode.util.r that return types with arguments of type LinearModelSummaryModifier and TypeMethodDescriptionAbstractRClient.rowApplyLinearModel
(String dataMatrixVarName, String modelFormula, String[] factorNames) RClient.rowApplyLinearModel
(String dataMatrixVarName, String modelFormula, String[] factorNames) Run lm with anova on all the rows of a matrix