readmd is used for reporting, to generate tables (usually via xtable) to list model structures and describe each component.

readmd(mid)

Arguments

mid

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

Value

prints on the screen a description of the selected model

Examples

# NOT RUN {
# To read the model components corresponding to a given id:
readmd(mid = 5)
# }