SurvFn.k {vitality} | R Documentation |
The cumulative survival distribution function for 3-parameter vitality model
Description
Gives the cumulative survival proportions at xx
for a given set of parameter values.
Usage
SurvFn.k(xx, r, s, k)
Arguments
xx |
vector of ages |
r |
r value |
s |
s value |
k |
k value |
Details
Used within vitality.k
for estimating model parameters based on the observed cumulative survival function.
Value
cumulative survival proportions at xx
See Also
[Package vitality version 1.3 Index]