Description Usage Arguments Value
Perform variable selection with pooled candidates
1 |
x.tr |
the predictor matrix |
y.tr |
the time and status object for survival |
B |
times of bootstrap |
weight |
variable weight |
prob |
variable selection probability |
parallel |
Logical TRUE or FALSE. Whether to use multithread computing, which can save consideratable amount of time for high dimensional data. Default is TRUE. |
m |
the number of variables to be randomly included in the model in this step. Default is 8. |
the estimates of variables with B bootstraps, which is a dataframe with B rows and 'ncol(x)' columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.