extractDemog | R Documentation |
Extract simulated demographic data from the "Demographic Data" tab of a Simcyp Simulator ouptut Excel file
extractDemog(sim_data_files = NA, demog_dataframe = NA, overwrite = FALSE)
sim_data_files |
a character vector of simulator output files, each in
quotes and encapsulated with |
demog_dataframe |
an existing data.frame of demographic data |
overwrite |
TRUE or FALSE for whether to overwrite any existing data |
a data.frame of demographic data for simulated subjects. Columns included: File (simulation results file), Trial, Individual, Population, Sex (M or F), Age (years), Weight_kg (weight in kg), Height_cm (height in cm), BSA_m2 (body surface area in meters squared), BrainWt_g (brain weight in g), KidneyWt_g (kidney weight in g), LiverWt_g (liver weight in g), BMI_kgm2 (body mass index in kg/meter squared), CardiacOut (cardiac output in L/h), Haematocrit (percent), HSA_gL (human serum albumin in g/L), AGP_gL (alpha-1-acid glycoprotein in g/L), Other_uM (user-defined value in uM), Creatinine_umolL (creatinine in umol/L), GFR_mLminm2 (glomerular filtration rate in mL/min/m squared of body surface area), RenalFunction (the GFR divided by the reference GFR, which is 130 mL/min/m2 for male subjects and 120 mL/min/m2 for female subjects), AllometricScalar (allometric scalar used), and Simulated (TRUE for simulated data).
# none yet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.