readmd2var is used by the model itself to generate the model structure from the id number (mid).
readmd2var(mid, number = FALSE)
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) ## ---------------------------------------------