optimizeLik | R Documentation |
helpfunction to repeat optim steps with random start points
optimizeLik(
logLik,
phi0,
maxIter = NULL,
delta = NULL,
steptol = NULL,
iterlim = NULL,
verbose = TRUE
)
logLik |
Objective function to optimize |
phi0 |
Start value of parameters (real space) |
maxIter |
Maximum trials of optimization |
delta |
SD of randomly drawed start values |
steptol |
Step tolerance in nlm |
iterlim |
Iteration limit in nlm |
verbose |
Whether to print out progress |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.