Description Usage Arguments Value See Also
Takes in data matrices and performs I-Boost-CV or I-Boost-Permutation.
1 2 3 |
X |
The matrix of all predictors. Each row represents a subject and each column represents a feature (with total of |
Y |
The survival time, represented by a |
data.type |
The list of indices representing the types of the predictors. Each element of the list is a vector of integers between 1 and |
method |
The version of I-Boost to be used; set |
iter.max |
The maximum number of iterations. |
v |
The penalty factor for the current estimate at each iteration. |
m.stop |
The stopping criterion; if the parameters are not updated consecutively for |
alpha.series |
The set of values to be considered for the second tuning parameter in elastic net (α) in cross-validation; only applicable when |
n.fold |
The number of folds in cross-validation for the selection of tuning parameters; only applicable when |
permN |
The number of permutation data sets; only applicable when |
seed |
The initial random seed for partitioning the data set for cross-validation or generating permutation data sets. |
A list of two elements, beta
and iter.no
. beta
is a vector of estimated regression parameters. iter.no
is the number of iterations used in the estimation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.