R/printOptimizing.R
print.Optimization.Rd
Prints the result of the model in a human friendly format.
# S3 method for Optimization print(x, observation = TRUE, initial = TRUE, transition = TRUE, fixed = TRUE, diagnostics = TRUE, print = TRUE, ...)
x | An object returned by |
---|---|
observation | An optional logical indicating whether the observation model should be included in the description. It defaults to TRUE. |
initial | An optional logical indicating whether the initial distribution model should be included in the description. It defaults to TRUE. |
transition | An optional logical indicating whether the transition model should be included in the description. It defaults to TRUE. |
fixed | An optional logical indicating whether the fixed parameters should be included in the description. It defaults to TRUE. |
diagnostics | An optional logical indicating whether convergence diagnostics should be included in the description. It defaults to TRUE. |
An optional logical indicating whether the description should be printing out. |
|
... | Further arguments passed to |
A character string with the model description.