ARM A ARM B ARM C
(N=134) (N=134) (N=132)
———————————————————————————————————————————————————————————————————————————————————————
Patients with LLT event (%) 20 (14.9%) 9 (6.7%) 9 (6.8%)
Patients without LLT event (%) 114 (85.1%) 125 (93.3%) 123 (93.2%)
Time to 1st LLT Event (DAYS)
Median NA NA 728.0
95% CI NA (724.0, NA) NA
25% and 75%-ile 618.0, NA 724.0, NA 728.0, 728.0
Range 1.0 to 731.0 {1} 1.0 to 728.0 {1} 1.0 to 728.0 {2}
Unstratified Analysis
p-value (log-rank) 0.0295 0.1687
Hazard Ratio 0.43 0.58
95% CI (0.19, 0.94) (0.26, 1.27)
———————————————————————————————————————————————————————————————————————————————————————
{1} - Censored observations: range minimum & maximum
{2} - Censored observation: range minimum
———————————————————————————————————————————————————————————————————————————————————————
Experimental use!
WebR is a tool allowing you to run R code in the web browser. Modify the code below and click run to see the results. Alternatively, copy the code and click here to open WebR in a new tab.
ARM A ARM B ARM C
(N=134) (N=134) (N=132)
———————————————————————————————————————————————————————————————————————————————————————
Patients with LLT event (%) 20 (14.9%) 9 (6.7%) 9 (6.8%)
Patients without LLT event (%) 114 (85.1%) 125 (93.3%) 123 (93.2%)
Time to 1st LLT Event (DAYS)
Median NA NA 728.0
95% CI NA (724.0, NA) NA
25% and 75%-ile 618.0, NA 724.0, NA 728.0, 728.0
Range 1.0 to 731.0 {1} 1.0 to 728.0 {1} 1.0 to 728.0 {2}
———————————————————————————————————————————————————————————————————————————————————————
{1} - Censored observations: range minimum & maximum
{2} - Censored observation: range minimum
———————————————————————————————————————————————————————————————————————————————————————
Experimental use!
WebR is a tool allowing you to run R code in the web browser. Modify the code below and click run to see the results. Alternatively, copy the code and click here to open WebR in a new tab.
ARM A ARM B ARM C
(N=134) (N=134) (N=132)
———————————————————————————————————————————————————————————————————————————————————————
Patients with LLT event (%) 20 (14.9%) 9 (6.7%) 9 (6.8%)
Patients without LLT event (%) 114 (85.1%) 125 (93.3%) 123 (93.2%)
Time to 1st LLT Event (DAYS)
Median NA NA 728.0
95% CI NA (724.0, NA) NA
25% and 75%-ile 618.0, NA 724.0, NA 728.0, 728.0
Range 1.0 to 731.0 {1} 1.0 to 728.0 {1} 1.0 to 728.0 {2}
Unstratified Analysis
p-value (log-rank) 0.0295 0.1687
Hazard Ratio 0.43 0.58
95% CI (0.19, 0.94) (0.26, 1.27)
Stratified By: RACE, SEX
p-value (log-rank) 0.0858 0.1605
Hazard Ratio 0.51 0.57
95% CI (0.23, 1.12) (0.26, 1.26)
———————————————————————————————————————————————————————————————————————————————————————
{1} - Censored observations: range minimum & maximum
{2} - Censored observation: range minimum
———————————————————————————————————————————————————————————————————————————————————————
Experimental use!
WebR is a tool allowing you to run R code in the web browser. Modify the code below and click run to see the results. Alternatively, copy the code and click here to open WebR in a new tab.
library(teal.modules.clinical)## Data reproducible codedata <-teal_data()data <-within(data, {library(dplyr) ADSL <- random.cdisc.data::cadsl ADAETTE <- random.cdisc.data::cadaette# Ensure character variables are converted to factors and empty strings and NAs are explicit missing levels. ADSL <-df_explicit_na(ADSL) ADAETTE <-df_explicit_na(ADAETTE) ADSL <-filter(ADSL, .data$SAFFL =="Y") ADAETTE <-filter(ADAETTE, .data$SAFFL =="Y")})datanames <-c("ADSL", "ADAETTE")datanames(data) <- datanames
Warning: `datanames<-()` was deprecated in teal.data 0.7.0.
ℹ invalid to use `datanames()<-` or `names()<-` on an object of class
`teal_data`. See ?names.teal_data
shinylive allow you to modify to run shiny application entirely in the web browser. Modify the code below and click re-run the app to see the results. The performance is slighly worse and some of the features (e.g. downloading) might not work at all.