return default values and/or user-set values for details of fitting
1 2 3 4 | mle_control(
optControl = list(method = "BFGS", control = list()),
hessian_method = c("simple", "Richardson", "none")
)
|
optControl |
list of control parameters for |
hessian_method |
method for numerically computing Hessian |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.