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

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

# NOT RUN {
# Read model components as either character or numeric vector:
readmd2var(mid = 5, number = FALSE)
readmd2var(mid = 5, number = TRUE)
# }