Usage
fit.rf(nr, data, indices, seed.interselect, ...)
fit.rf.select(nr, data, indices, seed.interselect, n.select, ...)
fit.logicReg(nr, data, indices, seed.interselect,
type,
nleaves,
ntrees, ...)
fit.logicReg.select(nr, data, indices, seed.interselect,
type,
nleaves,
ntrees,
n.select,...)
Arguments
nr
number of resample run.
data
data frame containing the y-outcome and x-variables in the model, which is orthogonalized to the clinical covariates and the main effects identified in the main effects detection step.
indices
indices to build the resample dataset.
seed.interselect
seed for random number generator.
n.select
Number of variables selected for performing random forest.
type
type of model to be fit. For survival data you can choose between (4) proportional hazards model (Cox regression), and (5) exponential survival model, or (0) your own scoring function.
nleaves
maximum number of leaves to be fit in all trees combined.
ntrees
number of logic trees to be fit.
...
further arguments passed to methods.