billdenney / pknca

An R package is designed to perform all noncompartmental analysis (NCA) calculations for pharmacokinetic (PK) data.
http://billdenney.github.io/pknca/
GNU Affero General Public License v3.0
66 stars 23 forks source link

sparse_se and sparse_df missing from get.interval.cols() #292

Closed john-harrold closed 2 months ago

john-harrold commented 2 months ago

I'm using the latest version of PKNCA off of GitHub. When I run the following:

names(PKNCA::get.interval.cols())

I see sparse_auclast but I do not see sparse_se and sparse_df. I think they should be in there. If they were left off intentionally, can you add them :). I use the get.interval.cols function in order to determine the names of valid PKNCA parameters. Perhaps I should use something else?

billdenney commented 2 months ago

Yep, they should be there. The linked PR should fix that. I will merge assuming that all the tests succeed.