View source: R/collect.optimx.R
collect.optimx | R Documentation |
An internal function that collects the results from the different optimization methods run by optimx. It stores the parameter and function values and extracts the results for the best performing method (minimum or maximum).
collect.optimx(res, opt = "min")
res |
Output from a call to optimx(). |
opt |
Either "min" or "max" to extract results for he methods that obtained the minimum or maximum function value across the methods. |
out.list |
Dataframe with results from the different methods. |
par |
Parameter values from method that attained minimum/maximum across the methods. |
value |
Function value from method that attained minimum/maximum across the methods. |
Jens Hainmueller
Also see optimx
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.