public ForwardRegression
java.util.List<kotlin.Array[]> fittedModel()
void fitModelForSubsample(kotlin.Array[] subSample,
int iteration)
subSample - an array of the sample indices to included in the subsample. Indices can be repeated, for example for bootstrap samples.iteration - the iteration or the sequential index of models fitvoid fitModel()
Phenotype phenotype()
void resetModel(int phenotypeIndex,
double enterLimit,
int maxVariants)
This method resets the fitted model to the base model and sets the index of the trait to be fit.
enterLimit - the maximum p-value allowed for a term entering the modelmaxVariants - the maximum number of variants that will be fit in a modelstatic java.lang.String[] columnLabels()