Closed imazubi closed 4 months ago
@imazubi this feature is now in as of the latest dev version (0.9.1.9014).
If you want to try it out, you can install the development version directly from GitHub via the following code:
if (!require("remotes")) install.packages("remotes")
remotes::install_github("insightsengineering/teal.modules.clinical")
Thanks @edelarua ! I tried and works fine
Feature description
There are some cases where we would like to split the columns by more than one variable when using
tm_t_event_patyear
module. Currently it is not possible, as I get the following error:However the documentation says the following in
tm_t_event_patyear:
Could we enhance the module so that the user can stratify the incidence table by two variables?
Thanks!
IZ
Code of Conduct
Contribution Guidelines
Security Policy