regimen_to_nm {PKPDsim} | R Documentation |
Convert PKPDsim regimen to NONMEM table (doses only)
Description
Convert PKPDsim regimen to NONMEM table (doses only)
Usage
regimen_to_nm(
reg = NULL,
dose_cmt = 1,
n_ind = 1,
t_obs = NULL,
obs_cmt = 1,
bioav = NULL
)
Arguments
reg |
|
dose_cmt |
dosing compartment, if not specified in |
n_ind |
repeat for |
t_obs |
add observation time(s) |
obs_cmt |
observation compartment for added observation time(s) |
bioav |
bioavailability (numeric vector, can not be a parameter) |
Value
Data frame containing doses
[Package PKPDsim version 1.4.1 Index]