Trains a multivariate survival model and conducts feature selection using
both backward elimination and forward selection, independently. TO BE
DEPRECATED AND HAS BEEN REPLACED BY create.classifier.multivariate
fit.survivalmodel(
data.directory = ".",
output.directory = ".",
feature.selection.datasets = NULL,
feature.selection.p.threshold = 0.05,
training.datasets = NULL,
top.n.features = 25,
models = c("1", "2", "3")
)
Path to the directory containing datasets as specified
by feature.selection.datasets
, training.datasets
Path to the output folder where intermediate and results files will be saved
A vector containing names of datasets used
for feature selection in function derive.network.features()
One of the P values that were used for
feature selection in function derive.network.features()
. This
function does not support vector of P values as used in
derive.network.features()
for performance reasons
A vector containing names of training datasets to be used to train multivariate survival model
A numeric value specifying how many top ranked features will be used to train the multivariate survival model
A character vector specifying which models ('1' = N+E, '2' = N, '3' = E) to run
The output files are stored under output.directory
/output/
create.classifier.multivariate
# NOT RUN {
# see package's main documentation
# }
Run the code above in your browser using DataLab