View source: R/change_ThetasMmdl.R
change_ThetasMmdl | R Documentation |
Passes the metamodel to estimatesUI and, after returning, saves it as a metamodel file
change_ThetasMmdl(metamodelFile)
metamodelFile |
File where the metamodel should be updated |
changed metamodel text
if (interactive()) {
OneCpt_IVInfusionFile <- system.file("vignettesdata/OneCpt_IVInfusion.mmdl",
package = "Certara.RsNLME",
mustWork = TRUE)
change_ThetasMmdl(OneCpt_IVInfusionFile)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.