View source: R/plbpsm_control.R
This is an internal function of package ggam
which allows control of the numerical options for
fitting a PLBPSM. Typically users will want to modify the defaults if model fitting fails to converge, or
if the warnings are generated which suggest a loss of numerical stability during fitting.
1 2 | plbpsm.control(delta1 = 1, delta2 = 1, trace = FALSE, maxstep = 10,
epsilon = 1e-07)
|
delta1 |
The convergence criterion in |
delta2 |
The convergence criterion in |
trace |
Set this to |
maxstep |
Maximum number of iterations to perform. |
epsilon |
This is used for judging conversion of the loop in |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.