-
Notifications
You must be signed in to change notification settings - Fork 24
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
NCA with Bootstrap for sparse sampling data #295
Comments
Here is an example of a R script to perform that:
|
Thanks for sharing this. It looks interesting and like a useful alternative option to the Bailer methods for sparse NCA. In the code, it calculates the mean of the log of concentrations to perform the NCA. How does it handle concentrations that are below the limit of quantification (typically coded as zeros)? Overall, it looks like it could be integrated into PKNCA by:
If that is accurate, then it should be easy to integrate. |
The code do not consider handling the concentrations that are below LOQ right now. Yes, the original theory is:
But the code I have here assumes concentration is a log normal distribution before bootstrapping. |
Hi,
I wonder if performing a bootstrap first on sparse sampling data and then conducting NCA would be a good approach for data statistical analysis?
Here are some references I found in the literature.
Takemoto-2006-Histogram Analysis of Pharmacoki.pdf
Shen-2017-Bioequivalence evaluation of sparse.pdf
The text was updated successfully, but these errors were encountered: