compute_Nsurv
: compute the number of survival Nsurv
compute_Nsurv(x, ...)compute_Ninit(x, ...)
# S3 method for SurvPredict
compute_Nsurv(x, Ninit = 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).
an object of class SurvPredict
Further arguments to be passed to generic methods
initial number of individual. Default is NULL.