Object Reference : Object View and Procedure Reference : Model
  
 
printview
Display print view of the model.
Show enhanced display of the model specification.
Syntax
model_name.printview(options)
Options
 
keeplink
Do not display the underlying equations in linked estimation objects (default is to break links in the display).
idents
Display identities.
innov
Display @innov statements.
addfact
Display add factors.
comments
Display comments.
dispnames
Use display names
decimals= integer
Display numbers using the specified number of decimal digits.
signif= integer
Display numbers using the specified number of significant digits.
p
Print the model solution messages.
Options
mod1.printview(idents, innov)
displays the model with broken links, identities, and @innov statements.
mod1.printview(idents, innov, signif=3)
displays numeric values with three significant digits.
Cross-references
See “Print View” for a discussion
See also Model::text.