Nothing
# 2Comp Intra PML generation
test_that("PML generation", {
location <- system.file("extdata/PkModel", "pk_2c_intravenous_ode.txt", package =
"Certara.RsNLME")
referenceModel <- gsub("\\s+", "", readLines(location))
model <- pkmodel(
isPopulation = TRUE,
numCompartments = 2,
absorption = "Intravenous",
modelName = "PK",
isClosedForm = FALSE,
columnMap = FALSE
)
model <- residualError(model, errorType = "Additive", SD = 1)
newModel <- gsub("\\s+", "", as.character(model@statements))
expect_that(referenceModel, equals(newModel))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.