| mlaplaceControl | R Documentation |
Mu-referenced-FOCEI-family closed-form-regression ('"lin"') variant of the Laplace method ('nAGQ=1'); see 'foceiControl(muModel=)'.
mlaplaceControl(sigdig = 3, ..., nAGQ = 1, muModel = c("lin", "irls", "none"))
sigdig |
Optimization significant digits. One value drives, with a single
consistent formula, the inner/outer optimizer convergence tolerance
( |
... |
Parameters used in the default 'foceiControl()' |
nAGQ |
Number of Gauss-Hermite adaptive quadrature points. '0' disables AGQ; '1' is equivalent to Laplace. Cost grows quickly with ETAs: once the EBE is found, expect 'nAGQ^neta' (even 'nAGQ') or '(nAGQ^neta)-1' (odd 'nAGQ') additional evaluations per subject. |
muModel |
Selects the regression variant; for 'mlaplaceControl()' this is always '"lin"' and cannot be changed – use 'ilaplaceControl()' for the IRLS variant. |
mlaplaceControl object
Matthew L. Fidler
mlaplaceControl()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.