ComputePredictSurvFit | R Documentation |
compute_Nsurv
: compute the number of survival Nsurv
compute_Nsurv(x, ...)
compute_Ninit(x, ...)
## S3 method for class 'SurvPredict'
compute_Nsurv(x, Ninit = NULL, ...)
x |
an object of class |
... |
Further arguments to be passed to generic methods |
Ninit |
initial number of individual. Default is NULL. |
No return value, called for side effects. Return the same object
after computing Number of survivor (Nsurv
column) and number of initial
individuals (Ninit
column).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.