pharmaverse / aNCA

(Pre-)clinical NCA in a dynamic shiny app
https://pharmaverse.github.io/aNCA/
Apache License 2.0
13 stars 0 forks source link

Enhancement: Summary statistics tables seggregated #114

Open Gero1999 opened 2 weeks ago

Gero1999 commented 2 weeks ago

Description

It would be good to allow the user to obtain another summary statistic table that includes all patients that have been manually excluded from the analysis. In the same way, it would be also positive if for each of the table variables the user can also select the subjects, races or whatever variable values wants to particularly check.

Will be blocked until a method to exclude patients is included in the App!

Definition of Done

The requirements for the feature to be complete:

billdenney commented 1 week ago

Related to #125

FYI, PKNCA has robust data exclusion functionality built-in (see https://billdenney.github.io/pknca/articles/v07-post-processing.html#modifying-results). Summarizing excluded individuals could be added to the PKNCA package without much effort, if helpful. Then, you could use the summary() function on a PKNCAresults object for what I think is being requested here.

Gero1999 commented 1 week ago

It is good to know that you think it could be easily linked. We were not sure about this and our current summary is a customized function. We will then rethink about this!

billdenney commented 1 week ago

Yes, if the summary coming out of PKNCA's summary() function doesn't fit all of your needs, we should discuss what is missing, and it may be a good fit to add within PKNCA rather than here. It does a lot of work to give useful summaries, already.