Replies: 1 comment 1 reply
-
Hi @Ravua1992 - I'm assuming that, when ETAs are 0, If that's the case, and simulating ETA results in (some) negative The code might look like:
You will have to make sure your code is structured so that the most-recently simulated set of ETA are used for the rest of the ETAs. Kyle |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
B2 method is inclusion of the observed baseline response as a covariate acknowledging the residual variability> when I tired to implement this in mrgsolve I simulated negative values.
Are there any good examples how to do this ?
This is how I am doing it currently:
mrgsolve in $MAIN:
double RTOT1 = RTOT1_OBS * (1.0 + ETA(15) * CCVRESi) + ETA(16) * ADDRESi;
nonmem
RTOT1 = RTOT1_OBS*(1.0 + ETA(15)*CCVRES) + ETA(16)*ADDRES
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions