View source: R/define_data_columns.R
Define data column defaults for various softwares
1 | define_data_columns(sim, obs, sim_cols, obs_cols, software_type)
|
sim |
simulated data |
obs |
observed data |
sim_cols |
list for mapping simulation data columns, e.g. 'list(dv = "DV", id = "ID", idv = "TIME", pred="PRED")' |
obs_cols |
list for mapping observation data columns, e.g. 'list(dv = "DV", id = "ID", idv = "TIME", pred="PRED")' |
software_type |
software type, one of 'nonmem', 'phoenix', 'PKPDsim' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.