teal.modules.clinical
teal.modules.clinical copied to clipboard
Provides teal modules for the standard clinical trials outputs
Would be better to catch these errors and provide a nicer message. To reproduce, choose `RACE` as covariate. ``` library(random.cdisc.data) ADSL
Currently in almost all tmc modules we have `validate
@shajoezhu I was thinking about creating `teal.modules.clinical::assert_arm` which could be used in all the modules to check `arm` in the standardized way. _Originally posted by @gogonzo in https://github.com/insightsengineering/teal.modules.clinical/issues/213#issuecomment-1098075197_
part of insightsengineering/teal.transform#24 Don't know yet where to put it, but we are in the middle of massively simplifying the `teal::init` API and it would be good to have a...
During Oct 2021 sprint there were cases discovered where the validation was not correct or consistent across modules. 1. Come up with a design about what we expect for different...
We need to find an optimal way to allow app developer to "decorate" output of the module (including interactivity). In tmc modules are developed as follows. - there is a...
part of https://github.com/insightsengineering/teal.modules.clinical/issues/1187 Final conslusions will be presented to SME team and discussed. CoreDev expects SMEs feedback
### What happened? Hi, I tried to use tm_t_tte. It worked except for certain data somehow. When I have time=c(16.73 7.76 18.77 10.91 9.04 11.51 6.51 11.21 10.42) and all...
Most of the plots had the same namespace name called `myplot`. The same for tables, that are called `tables`. It would be great to unify so they are all the...
### Feature description Similar requests have been brought up before in the last round of UI updates, and the decision was to keep teal.slice simple and only performs data slicing...