Compute the objective function value
compute_ofv(
eta,
qmod,
sigma,
omega_inv,
all_cmt,
log_transformation,
lambda = 1,
idvaliddata,
idDV,
idcmt,
idblq = NULL,
idlloq = NULL,
...
)do_compute_ofv(eta, argofv, ...)
a single numeric value (the objective function value)
a named vector/list of parameters
generated by preprocess.ofv.fix
generated by preprocess.ofv.id
optionally generated by preprocess.ofv.id
for compatibility (not used)
above mentioned arguments as a list
This function is called iteratively by the optimization function. Arguments should not be passed directly, but generated by the pre-processing functions (see preprocess.ofv).