How to omit implicit calculations in PKNCA results #402
-
|
I want to know if there is a way to silence from the results rows with those parameters that are not requested in the intervals data.frame by the user. For the purpose of showing when the appearance of these extra results can be confusing I add here a dummy example in which I use a self-made imputation method: In this case the same interval parameter ( |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
|
Beta Was this translation helpful? Give feedback.
-
|
Thank you it worked perfectly! |
Beta Was this translation helpful? Give feedback.
as.data.frame(results, filter_requested = TRUE)should do it for you.