d_sim_emax {BayesERtools} | R Documentation |
Sample simulated data for Emax exposure-response models with covariates.
Description
Sample simulated data for Emax exposure-response models with covariates.
Usage
d_sim_emax
Format
A data frame with columns:
- dose
Nominal dose, units not specified
- exposure
Exposure value, units and metric not specified
- response_1
Continuous response value (units not specified)
- response_2
Binary response value (group labels not specified)
- cnt_a
Continuous valued covariate
- cnt_b
Continuous valued covariate
- cnt_c
Continuous valued covariate
- bin_d
Binary valued covariate
- bin_e
Binary valued covariate
Details
This simulated dataset is entirely synthetic. It is a generic data set that can be used to illustrate Emax modeling. It contains variables corresponding to dose and exposure, and includes both a continuous response variable and a binary response variable. Three continuous valued covariates are included, along with two binary covariates.
You can find the data generating code in the package source code,
under data-raw/d_sim_emax.R
.
Examples
d_sim_emax