d_sim_binom_cov | R Documentation |
Sample simulated data for exposure-response with binary endpoint.
d_sim_binom_cov
d_sim_binom_cov_hgly2
A data frame with columns:
Subject ID
Adverse event type: hgly2 (Gr2+ hyperglycemia), dr2 (Gr2+ Diarrhea), ae_covsel_test (hypothetical AE for covariate selection function test)
Adverse event flag: 0 - no event, 1 - event
Dose in mg: 200, 400
Steady-state area under the curve
Steady-state maximum (peak) concentration
Steady-state minimum (trough) concentration
Baseline age in years
Baseline weight in kg
Baseline glucose in mmol/L
Baseline HbA1c in percentage
Race: White, Black, Asian
Visceral disease: No, Yes
AUCss/1000
BAGE/10
BWT/10
BHBA1C/5
An object of class tbl_df
(inherits from tbl
, data.frame
) with 500 rows and 17 columns.
This simulated dataset is very loosely inspired by ER analysis of ipatasertib by Kotani (2022) at:
https://doi.org/10.1007/s00280-022-04488-2
You can find the data generating code in the package source code,
under data-raw/d_sim_binom_cov.R
.
d_sim_binom_cov_hgly2 is a subset of this dataset with only hgly2 AE type and some columns added for testing.
d_sim_binom_cov
d_sim_binom_cov_hgly2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.