wrap_nloptr | R Documentation |
A wrapper for nloptr package
wrap_nloptr(optim_options, param_info, crit_options)
optim_options |
see description in estim_param |
param_info |
see description in estim_param |
crit_options |
List containing several arguments given to |
prints, graphs and a list containing:
final_values
, the vector of estimated values for optimized parameters
for the repetition that lead to the lowest value of the criterion
init_values
, the vector of initial values for optimized parameters
est_values
, the vector of estimated values for optimized parameters
for all repetitions
ind_min_crit
, the index of the repetition that lead to the lowest value
of the criterion
nlo
, the data structure returned by nloptr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.