| preconditionFit | R Documentation | 
Linearly re-parameterize the model to be less sensitive to rounding errors
preconditionFit(fit, estType = c("full", "posthoc", "none"), ntry = 10L)
| fit | A nlmixr fit to be preconditioned | 
| estType | Once the fit has been linearly reparametrized, should a "full" estimation, "posthoc" estimation or simply a estimation of the covariance matrix "none" before the fit is updated | 
| ntry | number of tries before giving up on a pre-conditioned covariance estimate | 
A nlmixr fit object that was preconditioned to stabilize the variance/covariance calculation
Aoki Y, Nordgren R, Hooker AC. Preconditioning of Nonlinear Mixed Effects Models for Stabilisation of Variance-Covariance Matrix Computations. AAPS J. 2016;18(2):505-518. doi:10.1208/s12248-016-9866-5
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.