Solve the FOCEI inner problem
rxFoceiInner(object, ..., dv, eta, c.hess = NULL, eta.bak = NULL,
estimate = TRUE, inner.opt = c("n1qn1", "lbfgs"), return.env = FALSE,
add.grad = FALSE)
RxODE object
values sent to rxFoceiEtaSetup and lbfgs
dependent variable
eta value
Hessian curvature matrix in compressed form (Used for n1qn1)
backup eta value in case eta estimation fails
Boolean indicating if the optimization should be perfomed(TRUE), or just keep the eta, and calculate the Loglik with fitted/posthoc attributes(FALSE).
Inner optimization method; Either n1qn1 or lbfgs
Return the environment instead of the llik.
Add A gradient attribute, if not present.
Loglik with fitted and posthoc attributes