rx_adsl | R Documentation |
This tibble contains artificial data for 182 subjects of the GT01
study.
Each row corresponds to demographic characteristics of a single trial
participant. Two out of 182 study participants were screen failures and
thus not treated, the rest of the study population was randomized with a
1:1 ratio to receive either "Placebo"
(as comparator) or "Drug 1"
. The
dataset entails subject level demographics such as age, age group, sex,
ethnicity, and body mass index (BMI) at baseline, as well as an event
flag, indicating whether the subject experienced a specific event
throughout the course of the study or not.
Although the data was intentionally created to mimic a typical clinical trial dataset following the CDISC format, it might not strictly comply with CDISC ADaM rules. The intent is to showcase the workflow for clinical table creation rather than creating a fully CDISC-compliant ADaM dataset.
rx_adsl
A tibble with 182 rows and 14 variables:
The unique study identifier and its numeric version.
The unique subject identifier.
The study intervention and its numeric version, which is
either "Placebo"
(1
), "Drug 1"
(2
) or NA
(3
), missing for
screen failures).
Intent-to-Treat (ITT) population flag, where "Y"
indicates
a subject belongs to the ITT population and "N"
indicates a subject is not
in the ITT population.
Randomization flag, where "Y"
indicates a subject was
randomized to receive either "Placebo"
or "Drug 1"
and "N"
indicates
a subject was not randomized at all.
The reason for screen failure. This is either missing
(""
) for non-screen failure subjects or indicates the reason for screen
failure
The age of a subject at baseline in years.
The analysis age group, indicating if a subject was strictly younger than 40 years at baseline or older.
Sex of a subject. Can be either "Male"
, "Female"
or
"Undifferentiated"
.
Ethnicity of a subject. Can be either "Hispanic or Latino"
,
"Not Hispanic or Latino"
or missing (""
).
Body Mass Index (BMI) of a subject at baseline in kg/m2.
Event Flag. Indicates whether the subject experienced a
specific event during the course of the study or not. Can be either "Y"
(if
if the subject had the event) or "N"
.
DATA-17
v0.9.0
(Mar 31, 2023)
Other datasets:
constants
,
countrypops
,
exibble
,
films
,
gibraltar
,
gtcars
,
illness
,
metro
,
nuclides
,
peeps
,
photolysis
,
pizzaplace
,
reactions
,
rx_addv
,
sp500
,
sza
,
towny
dplyr::glimpse(rx_adsl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.