Usage
MDR.stage.forward(x, y, order = NULL, s1.rsquared = NULL, s1.pvalue = NULL,
s2.rsquared = NULL, s2.pvalue = NULL, max.step = NULL, trace = NULL, ...)
Arguments
x
A matrix of genotypic data/genetic markers (predictor variables), where the rows are the samples and the columns are the predictors.
y
A numeric vector of phenotypic data (response variable).
order
The order of interaction. Default is 2.
s1.rsquared
Cutoff value for coefficient of determination in the first stage. Default is 0.02.
s1.pvalue
Cutoff value for p-value in the first stage. Default is 0.01.
s2.rsquared
Cutoff value for coefficient of determination in the second stage. Default is 0.02.
s2.pvalue
Cutoff value for p-value in the second stage. Default is 0.01.
max.step
The maximum selection step. Default is 100.
trace
Show computations? Default FALSE.
...
Other arguments for future methods.