Survival_Stats {SIGN} | R Documentation |
Survival_Stats is a function for building cox model using all the features and each feature as a separate model
Description
Survival_Stats is a function for building cox model using all the features and each feature as a separate model
Usage
Survival_Stats(ScoreMat, TimeVec, EventVec)
Arguments
ScoreMat |
Matrix of feature values used for survival predition |
TimeVec |
Vectore of time to death of samples (patients) |
EventVec |
Vector of events for the samples (patients) as being dead or censored |
Value
A list containing summary of a cox model using all of the features and separate cox models for each feature
[Package SIGN version 0.1.0 Index]