-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
M3 method #163
Comments
FYI: I have tested the method for a dataset that included 1343 subjects / 5447 observations including 436 BLQs
I compared the results against the Nonmem version of the PopPK model. |
Hello @pchelle , |
Hi @pchelle, I opened a pull request based on your solution. You don't even have to modify the model code now, all is internal as long as BLQ and LLOQ are in the dataset. If you want to re-run the estimations on your clinical data from this new branch, we would make sure everything is perfect, that would be amazing. Otherwise I plan to add a |
I wanted to perform some Bayesian estimation that included BLQ data and tried to implement the M3 method for this.
The following tweak seems to work, but it may be better if it can be implemented in a cleaner way within the package (through fixing issue #107 maybe).
DV<0
as BLQ flag so that theofv_kang
function could directly understand BLQs are directly the negative values of theobs
variable..cpp
model, I have used the following code chunks to implement the methodofv_kang
function to use negativeobs
as directly likelihood valuesThe text was updated successfully, but these errors were encountered: