Description Usage Arguments Value See Also
Auxiliary function for circfit
fitting. Specifies a list of values passed
to optim
.
1 | circfit_control(solve_kappa = "Newton-Fourier", useC = FALSE, ncores = 1, ...)
|
solve_kappa |
Which kappa solver should be used for the starting values for kappa. By default a "Newton-Fourier" is used. Alternatively, a "Uniroot" provides a safe option and "Banerjee_et_al_2005" provides a quick approximation. |
useC |
Should score function and solver be calculated in C? |
ncores |
If useC = TRUE, number of cores for parallelization with openMP. |
... |
additional parameters passed to |
A list with components named as the arguments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.