sd_constants: Summarise the information of a model's constants in a data...

Description Usage Arguments Value Examples

View source: R/summaries.R

Description

Summarise the information of a model's constants in a data frame

Usage

1

Arguments

mdl

A list which is the output from read_xmile.

Value

A data frame.

Examples

1
2
3
path <- system.file("models", "SIR.stmx", package = "readsdr")
mdl  <- read_xmile(path)
sd_constants(mdl)

readsdr documentation built on Jan. 13, 2021, 11:08 a.m.