Nothing
test_that("xposeNlmeModel works with emax model ", {
inputDir <- system.file("extdata/emax_xposeNlmeModel",
package = "Certara.Xpose.NLME",
mustWork = TRUE
)
requireNamespace("Certara.RsNLME", quietly = TRUE)
load(file.path(inputDir, "emax_xposeNlmeModel_model.RData"))
load(file.path(inputDir, "emax_xposeNlmeModel_result.RData"))
xpdb <- xposeNlmeModel(
model = model,
fitmodelOutput = job
)
testthat::local_edition(3)
testthat::expect_snapshot(tail(as.data.frame(xpdb$data$data[[1]])))
})
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.