teal.modules.clinical
teal.modules.clinical copied to clipboard
Provides teal modules for the standard clinical trials outputs
### Feature description When using the Kaplan Meier plots [tm_g_km](https://insightsengineering.github.io/teal.modules.clinical/main/reference/tm_g_km.html). There is no link between the colors in the graph and the tables in the chart (see screenshot from the...
# Pull Request Fixes #nnn WIP ### Changes description - Inject an object of `{tmc}` in server code instead of `pkgload::load_all` or `library` - Using `pkgload` exposes a bug with...
### What happened? In the latest version of tm_t_tte in the "main" repository, I've noticed that the stratified and unstratified Hazard Ratios (HR) are the same. This wasn't the case...
### Feature description We are interested in using the `tm_a_mmrm` in https://insightsengineering.github.io/teal.modules.clinical/latest-tag/ One of our users has the following requirement: - The input data for the model must be Log...
### What happened? ``` module "Report previewer" server function takes no data so "datanames" will be ignored Warning: `new_qenv()` was deprecated in teal.code 0.5.0. ℹ Please use `qenv()` instead. ℹ...
### What is your question? I am using the tm_t_summary module to create the baseline demography table. Is there a way to add subgroups so that i can summarize the...
cmdecod cmdose cmdosfrq smdosu cmendy cmindc cmroute cmstdy cmtrt and see if we can put them in one class
### Feature description It would be nice if the selected variables in the `summarize_vars` argument would be displayed in the order that they are programmed. For example in this code...
We recently encounter an issue with @pawelru (https://github.com/insightsengineering/teal.modules.clinical/pull/1087) that is easily solvable with the following transformation Here is the source code of the problem and its solution: ``` r library(shiny)...