Usage
printex(object, ParameterAs, printDyn = TRUE, printMeas = TRUE, printInit = FALSE, printRS = FALSE, outFile, show, ...)
Arguments
object
The dynr object (recipe, model, cooked, model).
ParameterAs
The parameter values or names to plot. The underscores in parameter names are
saved for use of subscripts. Greek letters can be specified as corresponding LaTeX symbols without ##' backslashes (e.g., "lambda") and printed as greek letters.
printDyn
logical. Whether or not to print the dynamic model. The default is TRUE.
printMeas
logical. Whether or not to print the measurement model. The default is TRUE.
printInit
logical. Whether or not to print the initial conditions. The default is FALSE.
printRS
logical. Whether or not to print the regime-switching model. The default is FALSE.
outFile
The name of the output tex file.
show
logical indicator of whether or not to show the result in the console.
...
Further named arguments, passed to internal method.
AsMatrix
is a logical indicator of whether to put the object in matrix form.