SurvFn.6p {vitality} | R Documentation |
The cumulative survival distribution function for 2-process 6-parameter vitality model
Description
Gives the cumulative survival proportions at xx
from all processes for a given set of parameter values.
Usage
SurvFn.6p(xx, r, s, lambda, beta, gamma, alpha)
Arguments
xx |
vector of ages |
r |
r value |
s |
s value |
lambda |
lambda value |
beta |
beta value |
gamma |
gamma value |
alpha |
alpha value |
Details
Used within vitality.6p
for estimating model parameters based on the observed cumulative survival function.
Value
vector of cumulative survival proportions at xx
from all processes
See Also
vitality.6p
, survProbInc.6p
, SurvFn.in.6p
, SurvFn.ex.6p
[Package vitality version 1.3 Index]