Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Merck/metalite.ae

Open more actions menu

Repository files navigation

metalite.ae

Codecov test coverage R-CMD-check status CRAN Downloads

Installation

The easiest way to get metalite.ae is to install from CRAN:

install.packages("metalite.ae")

Alternatively, to use a new feature or get a bug fix, you can install the development version of metalite.ae from GitHub:

# install.packages("remotes")
remotes::install_github("Merck/metalite.ae")

Overview

metalite.ae is an R package designed for the analysis of adverse events (AE) in clinical trials. It operates on ADaM datasets and adheres to the metalite structure. The R package streamlines the process of generating production-ready tables, listings, and figures as outlined in the AE summary chapter and the specific AE chapter of the R for Clinical Study Reports and Submission book. The package encompasses the following components:

AE summary

Specific AE analysis

AE listing

Highlighted features

  • Avoid duplicated input by using metadata structure.
    • For example, define analysis population once to use in all adverse events analysis.
  • Consistent input and output in standard functions.
  • Streamlines mock table generation.

Example

meta_ae_example() |> # Example AE data created using metalite
  prepare_ae_summary(
    population = "apat", # Select population by keywords
    observation = "wk12", # Select observation by keywords
    parameter = "any;rel;ser" # Select AE terms by keywords
  ) |>
  format_ae_summary() |>
  tlf_ae_summary(
    source = "Source:  [CDISCpilot: adam-adsl; adae]", # Define data source
    path_outtable = "ae0summary.rtf" # Define output
  )

About

An R package for standard adverse events analysis

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 18

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.