readmd is used for reporting, to generate tables (usually via xtable) to list model structures and describe each component.
readmd(mid)
prints on the screen a description of the selected model
## Not run: ------------------------------------ # # To read the model components corresponding to a given id: # readmd(mid = 5) ## ---------------------------------------------