Description
J&J Innovative Medicine SDTM Test Data.
Description
A set of Study Data Tabulation Model (SDTM) datasets constructed by modifying the 'pharmaversesdtm' package to meet J&J Innovative Medicine's standard data structure for Clinical and Statistical Programming.
README.md
pharmaversesdtmjnj
Generate SDTM datasets aligned with Johnson & Johnson's Clinical and Statistical Programming standards.
Features
- Generates SDTM datasets that comply with J&J standards
- Built on top of the 'pharmaversesdtm' package
- Implements data conversion from pharmaverse format to J&J standards format
- Provides reproducible and consistent test data
Implemented Datasets
Currently supports the following SDTM domains:
- MH (Medical History)
- DS (Disposition)
Installation
You can install the development version from GitHub:
# install.packages("devtools")
devtools::install_github("johnsonandjohnson/pharmaversesdtmjnj")
Usage
library(pharmaversesdtmjnj)
# Access the SDTM datasets directly
# These datasets are loaded lazily when the package is loaded
head(ds)
head(mh)
Data Sources
Test datasets have been sourced from the pharmaversesdtm package, which utilized the data from the CDISC pilot project.