Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

insightsengineering/scda.2021

Repository files navigation

scda.2021: Synthetic CDISC Data Archive 2021

Check 🛠 Docs 📚

GitHub forks GitHub Repo stars

GitHub commit activity GitHub contributors GitHub last commit GitHub pull requests GitHub repo size GitHub language count Project Status: Active – The project has reached a stable, usable state and is being actively developed. Current Version Open Issues

This R package contains synthetic CDISC data released during 2021. This synthetic data can be used as test data when developing teal applications or statistical analysis functions and due to the data not been derived from a real clinical trial it provides an excellent method for generating reproducible examples when reporting errors.

Once this package is installed it is recommended to use the scda package to access this synthetic data rather than using this package directly.

The data name convention in this package is <domain>_<?area?>_<added on date> and you can query the available data with

data(package = "scda.2021")

Installation

For releases from August 2022 it is recommended that you create and use a Github PAT to install the latest version of this package. Once you have the PAT, run the following:

Sys.setenv(GITHUB_PAT = "your_access_token_here")
if (!require("remotes")) install.packages("remotes")
remotes::install_github("insightsengineering/scda.2021@*release")

A stable release of all NEST packages from June 2022 is also available here.

Note

The data in this package is an accumulation over time of datasets that were needed for documentation and unit testing code. We do not attempt to ensure this data is reproducible. The git repository has the folder data_raw which has the scripts used to create some of the data.

Stargazers and Forkers

Stargazers over time

Stargazers over time

Stargazers

Stargazers repo roster for @insightsengineering/scda.2021

Forkers

Forkers repo roster for @insightsengineering/scda.2021