d_sim_lin {BayesERtools}R Documentation

Sample simulated data for exposure-response with continuous endpoint using linear model.

Description

Sample simulated data for exposure-response with continuous endpoint using linear model.

Usage

d_sim_lin

Format

A data frame with columns:

ID

Subject ID

AUCss

Steady-state area under the curve

Cmaxss

Steady-state maximum (peak) concentration

BAGE

Baseline age in years

SEX

M or F

response

Response

Details

True model is defined as 0.5 * AUCss + 0.5 * BAGE + 5 * SEX, with variability added with standard deviation of 10. You can find the data generating code in the package source code, under data-raw/d_sim_lin.R.

Examples

d_sim_lin

[Package BayesERtools version 0.2.3 Index]