# \donttest{
# Create a linear antibiotic model
params <- LinearAbxModel()
model <- newCppModel(params)
# Extract all parameters
all_params <- getCppModelParams(model)
# View specific parameter groups
all_params$InCol # In-unit colonization parameters
all_params$Insitu # In situ parameters
# }
Run the code above in your browser using DataLab