diff --git a/articles/CDISC_ADaM.html b/articles/CDISC_ADaM.html index d8012134..6827063c 100644 --- a/articles/CDISC_ADaM.html +++ b/articles/CDISC_ADaM.html @@ -147,23 +147,23 @@
# Use wrapper functionality to create and display a tableone
visR::tableone(lung_cohort_tab1, title = "Overview over Lung Cancer patients", datasource = DATASET)
…and kable
for flexible displaying in various output
+
…and kable
for flexible displaying in various output
formats (html
by default, latex
supported).
@@ -1841,23 +1841,23 @@Displaying the risktable # Display the risktable visR::render(rt, title = "Overview over survival rates of Lung Cancer patients", datasource = DATASET)
# Display a summary of the survival estimate
visR::render(lung_suvival_object %>% visR::get_summary(), title = "Summary", datasource = DATASET)
# Display test statistics associated with the survival estimate
visR::render(lung_suvival_object %>% visR::get_pvalue(), title = "P-values", datasource = DATASET)
# Display qunatile information of the survival estimate
visR::render(lung_suvival_object %>% visR::get_quantile(), title = "Quantile Information", datasource = DATASET)