| ilaplaceControl | R Documentation |
Mu-referenced-FOCEI-family reweighted-regression ('"irls"') variant of the Laplace method ('nAGQ=1'); see 'foceiControl(muModel=)'.
ilaplaceControl(sigdig = 3, ..., nAGQ = 1, muModel = c("irls", "lin", "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 'ilaplaceControl()' this is always '"irls"' and cannot be changed – use 'mlaplaceControl()' for the closed-form OLS variant. |
ilaplaceControl object
Matthew L. Fidler
ilaplaceControl()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.