readmd2var: Read Model Decisions

Description Usage Arguments Value Examples

Description

readmd2var is used by the model itself to generate the model structure from the id number (mid).

Usage

1
readmd2var(mid, number = FALSE)

Arguments

mid

model id number in Model List 2011(see below for details)

number

boolean value. If set to TRUE, the output is in num format.

Value

prints on the screen a desciption of the selected model

Examples

1
2
3
4
5
6
## Not run: 
# Read model components as either character or numeric vector:
readmd2var(mid = 5, number = FALSE)
readmd2var(mid = 5, number = TRUE)

## End(Not run)

cvitolo/fuse documentation built on May 14, 2019, 12:55 p.m.