Description Usage Arguments Value
This function builds an algorithm to identify the occurrence of event outcome from trajectories of several predictors.
1 2 3 4 5 6 7 8 9 10 | masta.fit(
object,
survival,
follow_up_time,
Tend = 1,
cov_group = NULL,
thresh = 0.7,
PCAthresh = 0.9,
seed = 100
)
|
object |
The object returned by the |
survival |
the labeled data. The columns should be 1) id, 2) event indicator, 3) event time, followed by baseline predictors. |
follow_up_time |
the follow-up data |
Tend |
a scalar value. NA in SX is replaced by this. The default is 1. |
cov_group |
a vector of consecutive integers describing the grouping only for covariates. When |
thresh |
a default is |
PCAthresh |
a threshold value for PCA. Default is |
seed |
random seed used for the sampling. Default is |
A list with components:
bgbbest_FromChengInit_BFGS |
Details of the fitted model |
Cstat_BrierSc_ChengInit_BFGS |
Performance of the derived algorithm. C-statistics, etc. |
group |
A vector of consecutive integers describing the grouping coefficients |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.