Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update NEST site URLs #1319

Merged
merged 2 commits into from
Oct 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vignettes/tables.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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/latest-tag/articles/rtables.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-release/articles/rtables.html) vignettes.

The packages used in this vignette are:

Expand Down
12 changes: 4 additions & 8 deletions vignettes/tern.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ knitr::opts_chunk$set(
)
```

## Introduction to tern

---------

This vignette shows the general purpose and syntax of the `tern` R package.
The `tern` R package contains analytical functions for creating tables and graphs useful for clinical trials and other statistical analysis.
The main focus is on the clinical trial reporting tables but the graphs related to the clinical trials are also valuable.
Expand Down Expand Up @@ -166,17 +162,17 @@ The first plot is a `ggplot2` object and the second plot is a `gTree` object, as
The second plot has to be properly resized to get a clear and readable table content.

The `tern` functions used for plot generation are mostly `g_` prefixed.
All `tern` plot functions are listed on [the tern website functions reference](https://insightsengineering.github.io/tern/main/reference/index.html).
All `tern` plot functions are listed on [the tern website functions reference](https://insightsengineering.github.io/tern/latest-tag/reference/index.html).

## Interactive Apps

Most of `tern` outputs could be easily accommodated into `shiny` apps.
We recommend applying `tern` outputs into `teal` apps.
The [`teal` package](https://insightsengineering.github.io/teal/main/) is a shiny-based interactive exploration framework for analyzing data.
`teal` shiny apps with `tern` outputs are available in the [`teal.modules.clinical` package](https://insightsengineering.github.io/teal.modules.clinical/main/).
The [`teal` package](https://insightsengineering.github.io/teal/latest-tag/) is a shiny-based interactive exploration framework for analyzing data.
`teal` shiny apps with `tern` outputs are available in the [`teal.modules.clinical` package](https://insightsengineering.github.io/teal.modules.clinical/latest-tag/).

## Summary

In summary, `tern` contains many additional functions for creating tables, listing and graphs used in clinical trials and other statistical analyses. The design of the package gives users a lot of flexibility to meet the analysis needs in a regulatory or exploratory reporting context.

**For more information please explore [the tern website](https://insightsengineering.github.io/tern/main/).**
**For more information please explore [the tern website](https://insightsengineering.github.io/tern/latest-tag/).**
Loading