diff --git a/vignettes/tables.Rmd b/vignettes/tables.Rmd index fe199c4844..4a93f1c47a 100644 --- a/vignettes/tables.Rmd +++ b/vignettes/tables.Rmd @@ -27,7 +27,7 @@ knitr::opts_chunk$set( The `tern` R package provides functions to create common analyses from clinical trials in `R`. The core functionality for tabulation is built on the more general purpose `rtables` package. -New users should first begin by reading the ["Introduction to tern"](https://insightsengineering.github.io/tern/main/articles/tern.html) and ["Introduction to `rtables`"](https://insightsengineering.github.io/rtables/main/articles/introduction.html) vignettes. +New users should first begin by reading the ["Introduction to tern"](https://insightsengineering.github.io/tern/latest-tag/articles/tern.html) and ["Introduction to `rtables`"](https://insightsengineering.github.io/rtables/latest-tag/articles/introduction.html) vignettes. The packages used in this vignette are: @@ -54,7 +54,7 @@ The table layout is materialized with the `rtables::build_table` function and th The `tern` analyze functions are wrappers around `rtables::analyze` function, they offer various methods useful from the perspective of clinical trials and other statistical projects. Examples of the `tern` analyze functions are `count_occurrences`, `summarize_ancova` or `analyze_vars`. -As there is no one prefix to identify all `tern` analyze functions it is recommended to use the [the tern website functions reference](https://insightsengineering.github.io/tern/main/reference/index.html). +As there is no one prefix to identify all `tern` analyze functions it is recommended to use the [the tern website functions reference](https://insightsengineering.github.io/tern/latest-tag/reference/index.html). ### Internals of `tern` Analyze Functions