readmd2var is used by the model itself to generate the model structure from the id number (mid).
readmd2var(mid, number = FALSE)
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. |
prints on the screen a desciption of the selected model
# NOT RUN { # Read model components as either character or numeric vector: readmd2var(mid = 5, number = FALSE) readmd2var(mid = 5, number = TRUE) # }