public class StepwiseOLSModelFitter
public StepwiseOLSModelFitter(GenotypePhenotype genoPheno, java.lang.String datasetName)
public void setModelType(net.maizegenetics.analysis.modelfitter.StepwiseOLSModelFitter.MODEL_TYPE modelType)
public DataSet runAnalysis()
public void fitModel()
public java.util.ArrayList<java.lang.Double> removeCollinearMarkers(boolean removeCollinearMarker)
public void scanAndFindCI()
public boolean forwardStep()
public boolean backwardStep()
public void runPermutationTestNoMissingData()
public TableReport getPermutationReport()
public java.util.LinkedList<kotlin.Array[]> createReportRowsFromCurrentModel(SweepFastLinearModel sflm)
public java.util.LinkedList<kotlin.Array[]> createReportRowsFromCurrentModelAfterScanCI(SweepFastLinearModel sflm)
public Datum createReportFromCurrentModel(SweepFastLinearModel sflm)
public Datum createReportFromCurrentModelWithCI(SweepFastLinearModel sflm)
public void appendAnovaResults(SweepFastLinearModel sflm)
public void appendAnovaResultsWithCI(SweepFastLinearModel sflm)
public TableReport getAnovaReport()
public TableReport getAnovaReportWithCI()
public TableReport getMarkerEffectReport()
public TableReport getMarkerEffectReportWithCI()
public void appendSiteEffectEstimates(SweepFastLinearModel sflm)
public void appendSiteEffectEstimatesWithCI(SweepFastLinearModel sflm)
public Phenotype generateChromosomeResidualsFromCurrentModel()
public void setEnterlimits(kotlin.Array[] enterlimits)
public void setExitlimits(kotlin.Array[] exitlimits)
public void setEnterlimit(double enterlimit)
public void setExitlimit(double exitlimit)
public void setMaxNumberOfMarkers(int maxNumberOfMarkers)
public void setNestingEffectIndex(int nestingFactorIndex)
public void setNested(boolean isNested)
public void setNumberOfPermutations(int numberOfPermutations)
public void setAlpha(double alpha)