sd_constants | R Documentation |
Summarise the information of a model's constants in a data frame
sd_constants(mdl)
mdl |
A list which is the output from read_xmile. |
A data frame.
path <- system.file("models", "SIR.stmx", package = "readsdr")
mdl <- read_xmile(path)
sd_constants(mdl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.