check.range_params {TimeDepFrail} | R Documentation |
Check correctness of input parameters
Description
The function controls that the input parameter vector have a length equal to the theoretical one required by the model and that each parameter properly belongs to its range.
Usage
check.range_params(optimal_params, params_range_min, params_range_max)
Arguments
optimal_params |
Numerical vector of length equal to the number of model parameters. For the 'Adapted Paik et al.'s Model' it can be computed
as: |
params_range_min |
Numerical vector of length equal to the number of model parameters ( |
params_range_max |
Numerical vector of length equal to the number of model parameters ( |
Value
An error if any condition is not satisfied.
[Package TimeDepFrail version 0.0.0.9 Index]