You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vignettes/tables.Rmd
+1-1
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ The table layout is materialized with the `rtables::build_table` function and th
54
54
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.
55
55
56
56
Examples of the `tern` analyze functions are `count_occurrences`, `summarize_ancova` or `analyze_vars`.
57
-
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).
57
+
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).
Copy file name to clipboardExpand all lines: vignettes/tern.Rmd
+2-2
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ data visualizations helper functions:
69
69
- ...
70
70
71
71
72
-
The reference of `tern` functions is available on [the tern website functions reference](https://insightsengineering.github.io/tern/main/reference/index.html).
72
+
The reference of `tern` functions is available on [the tern website functions reference](https://insightsengineering.github.io/tern/latest-tag/reference/index.html).
73
73
74
74
---------
75
75
@@ -82,7 +82,7 @@ The table layout is materialized with the `rtables::build_table` function and th
82
82
The `tern` analytical functions are wrappers around the `rtables::analyze` function; they offer various methods useful from the perspective of clinical trials and other statistical projects.
83
83
84
84
Examples of the `tern` analytical functions are `count_occurrences`, `summarize_ancova` and `analyze_vars`.
85
-
As there is no one prefix to identify all `tern` analytical functions it is recommended to use the reference subsection on [the tern website](https://insightsengineering.github.io/tern/main/reference/index.html).
85
+
As there is no one prefix to identify all `tern` analytical functions it is recommended to use the reference subsection on [the tern website](https://insightsengineering.github.io/tern/latest-tag/reference/index.html).
86
86
87
87
In the `rtables` code below we first describe the two tables and assign the descriptions to the variables `lyt` and `lyt2`. We then built the tables using the actual data with `rtables::build_table`. The description of a table is called a table **layout**. The **analyze instruction** adds to the layout that the `ARM` variable should be analyzed with the `mean` analysis function and the result should be rounded to 1 decimal place.
88
88
Hence, a **layout** is “pre-data”; that is, it’s a description of **how to build a table once we get data**.
0 commit comments