check.range_params | R Documentation |
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.
check.range_params(optimal_params, params_range_min, params_range_max)
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 ( |
An error if any condition is not satisfied.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.