Define the base model

  1. Input data set.

  2.   dt_InputDataSet <- pkData

    Vignette_RsNLME_TwoCmptBaseModel.png 

  3. Define a basic two - Compartment PK model with IV bolus and map model variables to their corre­sponding input data columns.

  4.   ModelName <- " TwCpt_IVBolus_FOCE - ELS "
      model <- pkmodel ( numCompartments = 2, data = dt_InputDataSet
               , ID = " Subject ", Time = " Act_Time ", A1 = " Amount "
               , CObs = " Conc ", modelName = ModelName )

  5. Change the standard deviation of error variable to 0.2.

  6.   model <- residualError (model , predName = "C", SD = 0.2)

  7. View the model.

  print ( model )


Last modified date:12/17/20
Certara USA, Inc.
Legal Notice | Contact Certara
© 2020 Certara USA, Inc. All rights reserved.