Skip to content
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

Potential issue on est.nca #6

Open
kevin199011 opened this issue Apr 24, 2020 · 0 comments
Open

Potential issue on est.nca #6

kevin199011 opened this issue Apr 24, 2020 · 0 comments

Comments

@kevin199011
Copy link

kevin199011 commented Apr 24, 2020

Hi, I was using the est.nca function and calculating AUClast. I noticed that when the slope of first two concentrations are positive, the area under 0-t1 is not summed in the final AUClast result. I looked into the original code, and found this is due to line 263 and 264:
nconc <- c(C0, nconc) # extrapolation via log-linear regression
ntime <- c(0, ntime)
This is only performed for slope <0 conditions.

Is this exclusion of 0-t1 area when slope > 0 on purpose? Thank you!

Best

Kevin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant