public class StepwiseAddDomModelFitter
extends StepwiseAdditiveModelFitter
Fits an additive plus dominance model in a stepwise fashion. See StepwiseAdditiveModelFitter for a desription of outputs available.
public StepwiseAddDomModelFitter(GenotypePhenotype genopheno, java.lang.String datasetName)
genopheno - a GenotypePhenotype objectdatasetName - a name for the genophenoIllegalArgumentException - if any phenotype data is missingpublic void runAnalysis()
protected double forwardStep(double prevCriterionValue)
protected java.util.List<kotlin.Array[]> scanToFindCI()
protected double testAddedTerm(int testedTerm,
AdditiveSite addedTerm,
java.util.List<net.maizegenetics.stats.linearmodels.ModelEffect> theModel)
protected AdditiveSite bestTerm(java.util.List<net.maizegenetics.stats.linearmodels.ModelEffect> baseModel, kotlin.Array[] interval)
public void runPermutationTest()
protected void addToMarkerEffectReport(boolean CI)