The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

boxly

R-CMD-check Codecov test coverage

Overview

The boxly package creates interactive box plots for clinical trial analysis & reporting.

We assume ADaM datasets are ready for analysis and leverage metalite data structure to define inputs and outputs.

Workflow

The general workflow is:

  1. Use meta_boxly() or metalite package to construct input metadata from ADaM datasets. For example,.
  2. Use prepare_boxly() to prepare datasets for interactive box plot.
  3. Use boxly() to generate an interactive box plot.

Here is a quick example using an example dataset:

library("boxly")

meta_boxly(
  boxly_adsl,
  boxly_adlb,
  population_term = "apat",
  observation_term = "wk12",
  observation_subset = AVISITN <= 12 & !is.na(CHG)
) |>
  prepare_boxly() |>
  boxly()

Highlighted features

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.