sd_constants {readsdr} | R Documentation |
Summarise the information of a model's constants in a data frame
Description
Summarise the information of a model's constants in a data frame
Usage
sd_constants(mdl)
Arguments
mdl |
A list which is the output from read_xmile. |
Value
A data frame.
Examples
path <- system.file("models", "SIR.stmx", package = "readsdr")
mdl <- read_xmile(path)
sd_constants(mdl)
[Package readsdr version 0.3.0 Index]