From 5765624af70e2720019177cbf94923ba1fcfefd9 Mon Sep 17 00:00:00 2001 From: Emily de la Rua Date: Tue, 16 Jan 2024 20:10:26 -0500 Subject: [PATCH] Fix README links --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 509f03e3da..730aa4c0ce 100644 --- a/README.md +++ b/README.md @@ -27,17 +27,17 @@ The package provides a large range of functionality, such as: Data visualizations: -- Line plots ([`g_lineplot`](https://insightsengineering.github.io/tern/reference/g_lineplot.html)) -- Kaplan-Meier plots ([`g_km`](https://insightsengineering.github.io/tern/reference/g_km.html)) -- Forest plots ([`g_forest`](https://insightsengineering.github.io/tern/reference/g_forest.html)) -- STEP graphs ([`g_step`](https://insightsengineering.github.io/tern/reference/g_step.html)) -- Individual patient plots ([`g_ipp`](https://insightsengineering.github.io/tern/reference/individual_patient_plot.html)) -- Waterfall plots ([`g_waterfall`](https://insightsengineering.github.io/tern/reference/g_waterfall.html)) +- Line plots ([`g_lineplot`](https://insightsengineering.github.io/tern/latest-tag/reference/g_lineplot.html)) +- Kaplan-Meier plots ([`g_km`](https://insightsengineering.github.io/tern/latest-tag/reference/g_km.html)) +- Forest plots ([`g_forest`](https://insightsengineering.github.io/tern/latest-tag/reference/g_forest.html)) +- STEP graphs ([`g_step`](https://insightsengineering.github.io/tern/latest-tag/reference/g_step.html)) +- Individual patient plots ([`g_ipp`](https://insightsengineering.github.io/tern/latest-tag/reference/individual_patient_plot.html)) +- Waterfall plots ([`g_waterfall`](https://insightsengineering.github.io/tern/latest-tag/reference/g_waterfall.html)) Statistical model fit summaries: -- Logistic regression ([`summarize_logistic`](https://insightsengineering.github.io/tern/reference/logistic_regression.html)) -- Cox regression ([`summarize_coxreg`](https://insightsengineering.github.io/tern/reference/cox_regression.html)) +- Logistic regression ([`summarize_logistic`](https://insightsengineering.github.io/tern/latest-tag/reference/logistic_regression.html)) +- Cox regression ([`summarize_coxreg`](https://insightsengineering.github.io/tern/latest-tag/reference/cox_regression.html)) Analysis tables: