Package | Description |
---|---|
net.maizegenetics.analysis.modelfitter |
The modelfitter package contains classes that use various methods to fit multiple variant
sites to a GWAS model.
|
net.maizegenetics.stats.linearmodels |
Range of statistical and higher level linear algebra functions
|
Modifier and Type | Method and Description |
---|---|
void |
StepwiseOLSModelFitter.appendAnovaResults(SweepFastLinearModel sflm) |
void |
StepwiseOLSModelFitter.appendAnovaResultsWithCI(SweepFastLinearModel sflm) |
void |
StepwiseOLSModelFitter.appendSiteEffectEstimates(SweepFastLinearModel sflm) |
void |
StepwiseOLSModelFitter.appendSiteEffectEstimatesWithCI(SweepFastLinearModel sflm) |
Datum |
StepwiseOLSModelFitter.createReportFromCurrentModel(SweepFastLinearModel sflm) |
Datum |
StepwiseOLSModelFitter.createReportFromCurrentModelWithCI(SweepFastLinearModel sflm) |
LinkedList<Object[]> |
StepwiseOLSModelFitter.createReportRowsFromCurrentModel(SweepFastLinearModel sflm) |
LinkedList<Object[]> |
StepwiseOLSModelFitter.createReportRowsFromCurrentModelAfterScanCI(SweepFastLinearModel sflm) |
Modifier and Type | Method and Description |
---|---|
SweepFastLinearModel |
LinearModelForStepwiseRegression.getLinearModel() |
SweepFastLinearModel |
PartitionedLinearModel.getLinearModel() |
Constructor and Description |
---|
PartitionedLinearModel(ArrayList<ModelEffect> baseModel,
SweepFastLinearModel lm) |
PartitionedLinearModel(List<ModelEffect> baseModel,
SweepFastLinearModel lm) |
Copyright © 2018. All rights reserved.