Hi @andrewhooker,
I have two questions:
- I tried implementing a residual error where the
sigma is fixed to one and the additive error is defined in the ff model. When running evaluate_design the residual components are not being estimated in the fim:
$fim
tcl tv add.err
tcl 30.2591311 -0.2562828 0
tv -0.2562828 40.0014869 0
add.err 0.0000000 0.0000000 0
$rse
tcl tv add.err
3.76520 30.95288 NA
Warning message:
The following parameters are not estimable:
add.err
Is the design adequate to estimate all parameters?
Is fixing the add.err component equivalent to what is done?
- When using a mixed log-normal and normal distribution, is it adequate to simply do the transformation of
f. In dynamic transformation of both sides in NONMEM there is an objective function adjustment. Is that needed?
Thanks
The answers to these two questions will help me produce an interface between nlmixr2 and PopED.
Hi @andrewhooker,
I have two questions:
sigmais fixed to one and the additive error is defined in theffmodel. When runningevaluate_designthe residual components are not being estimated in thefim:Is fixing the
add.errcomponent equivalent to what is done?f. In dynamic transformation of both sides in NONMEM there is an objective function adjustment. Is that needed?Thanks
The answers to these two questions will help me produce an interface between
nlmixr2andPopED.