Uses of Interface
ubic.basecode.math.linearmodels.TwoWayAnovaResult
-
Packages that use TwoWayAnovaResult Package Description ubic.basecode.util.r -
-
Uses of TwoWayAnovaResult in ubic.basecode.util.r
Methods in ubic.basecode.util.r that return TwoWayAnovaResult Modifier and Type Method Description TwoWayAnovaResultAbstractRClient. twoWayAnova(double[] data, List<String> factor1, List<String> factor2, boolean includeInteraction)TwoWayAnovaResultRClient. twoWayAnova(double[] data, List<String> factor1, List<String> factor2, boolean includeInteraction)Lower-level access to two-way ANOVAMethods in ubic.basecode.util.r that return types with arguments of type TwoWayAnovaResult Modifier and Type Method Description Map<String,TwoWayAnovaResult>AbstractRClient. twoWayAnovaEval(String command, boolean withInteractions)Map<String,TwoWayAnovaResult>RClient. twoWayAnovaEval(String command, boolean withInteractions)Evaluates two way anova commands of the form
-