-
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
Feature request: Identifying points used in half-life calculation #387
Comments
The way to create this will be:
As described above there are at least two bug to be avoided:
There is also one output subtlety to be aware of. With that algorithm, values will be I can imagine two interfaces for this:
How does that sound? |
I think I understand most of that. I didn't realize that it could be interval-specific, but I now see how it could be. Since this is done for each interval would it make sense to return a column for each interval? |
Actually thinking about it, it probably just makes sense to ask folks who want to do multiple intervals where they want to manually specify the points to just separate it into different analyses. I think option 2 would be fine. I could just take that result and cbind it to the original dataset right? |
Discussed in #386
Originally posted by @john-harrold February 8, 2025
Howdy in the example below there are two subjects. For one the data to calculate half-life is specified and for the second PKNCA is figuring it out. Is there a way to extract from the result object which points were actually used for NCA calculations?
The text was updated successfully, but these errors were encountered: