Input data set.
dt_InputDataSet <- pkData
Define a basic two - Compartment PK model with IV bolus and map model variables to their corresponding input data columns.
ModelName <- " TwCpt_IVBolus_FOCE - ELS "
model <- pkmodel ( numCompartments = 2, data = dt_InputDataSet
, ID = " Subject ", Time = " Act_Time ", A1 = " Amount "
, CObs = " Conc ", modelName = ModelName )
Change the standard deviation of error variable to 0.2.
model <- residualError (model , predName = "C", SD = 0.2)
View the model.
print ( model )
Last modified date:12/17/20

Legal Notice | Contact Certara
© 2020 Certara USA, Inc. All rights reserved.