check.frailty_dispersion {TimeDepFrail} | R Documentation |
Check Correctness of Frailty Standard Deviation
Description
The function controls that the frailty standard deviation vector has a length equal to the number of inyervals of the time domain and that its elements are non-negative.
Usage
check.frailty_dispersion(frailty_dispersion, n_intervals)
Arguments
frailty_dispersion |
Frailty dispersion |
n_intervals |
Number of intervals of the time-domain |
Value
An error if any condition is not satisfied.
[Package TimeDepFrail version 0.1.0 Index]