# Load your PMLModels object
PMLParametersSets <-
create_ModelPK(
Absorption = c("First-Order", "Weibull"),
CObs = Observation(
ObservationName = "CObs",
BQL = TRUE),
A1 = Dosepoint(
DosepointName = "A1",
rate = StParm(StParmName = "Rate")),
Weight = Covariate(
Name = "Weight",
Center = "Median")
)
# Get the model terms to map
terms_to_map <- get_ModelTermsToMap(PMLParametersSets)
print(terms_to_map$Required)
print(terms_to_map$Optional)
Run the code above in your browser using DataLab