Package ubic.basecode.math.linearmodels
Class LeastSquaresFitTest
java.lang.Object
ubic.basecode.math.linearmodels.LeastSquaresFitTest
- Author:
- paul
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTests limma-like functionality.voidvoidvoidvoidvoidMany missing values; Two factors, two levels + interaction.voidvoidvoidWeighted least squares test for 2D matricesvoidtestNHBE()Tests limma-like functionalityvoidHas a lot of missing values.voidvoidOriginally causes failures during summarization step.voidvoidSanity check.voidCheck for problem reported by TF -- Gemma gives slightly different result.voidNo missing values; Two-way ANOVA with interaction, PLUS a continuous covariate.voidvoidvoid
-
Constructor Details
-
LeastSquaresFitTest
public LeastSquaresFitTest()
-
-
Method Details
-
testLSFOneContinuousWithMissing3
- Throws:
Exception
-
testLSFThreeLevelsOnecontinous2
- Throws:
Exception
-
testLSFThreeLevelsOneContinuousWithMissing3
- Throws:
Exception
-
testLSFTwoLevels
- Throws:
Exception
-
testLSFTwoLevels2
Many missing values; Two factors, two levels + interaction.- Throws:
Exception
-
testLSFTwoLevels3
- Throws:
Exception
-
testLSFTwoLevelsOneContinuous
- Throws:
Exception
-
testMatrixWeightedRegress
public void testMatrixWeightedRegress()Weighted least squares test for 2D matrices -
testOneWayAnova
Has a lot of missing values.- Throws:
Exception
-
testSingular
- Throws:
Exception
-
testSingular2
Originally causes failures during summarization step. There are two pivoted columns.- Throws:
Exception
-
testThreeWaySingular
- Throws:
Exception
-
testTwoWayAnovaUnfittable
Sanity check.- Throws:
Exception
-
testTwoWayAnovaWithInteractions
Check for problem reported by TF -- Gemma gives slightly different result. Problem is not at this level.- Throws:
Exception
-
testTwoWayTwoLevelsOneContinousInteractionC
No missing values; Two-way ANOVA with interaction, PLUS a continuous covariate.- Throws:
Exception
-
testVectorRegress
public void testVectorRegress() -
testVectorWeightedRegress
public void testVectorWeightedRegress() -
testVectorWeightedRegressWithMissing
- Throws:
Exception
-
testNHBE
Tests limma-like functionalityMultiple levels per factor, unbalanced design
- Throws:
Exception
-
testEstrogen
Tests limma-like functionality. Balanced 2x2 design- Throws:
Exception
-