Weight-based starting dose (e.g., mg/kg)
weight_based_starting_dose.RdThis nomogram is a possible method supplied to
create_initial_regimen_design(). When this method is used,
create_initial_regimen_design() must also be supplied with mgkg and
dosing_weight, which must match a column name in the supplied data set.
Arguments
- covariates
 named list of PKPDsim covariates. E.g.: list(WT = PKPDsim::new_covariate(70))
- design
 trial design, created using
create_trial_design()- cov_mapping
 a named vector indicating correspondence between model covariates and data frame columns. Vector names should reflect all covariates defined by the model, and vector values should represent the associated column in the provided data set.