params_CI {TimeDepFrail} | R Documentation |
Confidence interval for the optimal estimated parameters
Description
The function provides the confidence interval for each estimated parameter, using the standard error computed through another method and provided as second argument to the current function.
Usage
params_CI(optimal_params, se_params)
Arguments
optimal_params |
Numerical vector of optimal estimated parameters. Its length is equal to the number of model parameters. |
se_params |
Numerical vector containing the standard error associated to each estimated parameter. |
Value
A S3 object of class 'ParametersCI', composed of two numerical vector of length equal to the number of model parameters:
ParamsCI_left: left confidence interval for each parameter
ParamsCI_right: right confidence interval for each parameter
[Package TimeDepFrail version 0.0.0.9 Index]