getStats | R Documentation |
cv_survclust
Compute fit statistics after cross validation via cv_survclust
getStats(cv.fit, kk = 8, cvr = 50)
cv.fit |
output from |
kk |
number of |
cvr |
round of cross-validation on which |
getStats
calculates Logrank statistic and standardized pooled within sum of squares (SPWSS) across
cross-validated labels. Visualize it via plotStats
A list of the following
lr log rank statistic
spwss standardized pooled within sum of squares
bad.sol number of solutions for each kk
that have cluster class <5
samples
Arshi Arora
library(survClust)
ss_stats <- getStats(uvm_survClust_cv.fit, kk=7, cvr=10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.