set_trim_verbose {rtrim} | R Documentation |
Set verbosity of trim model functions
Description
Control how much output trim
writes to the screen while
fitting the model. By default, trim
only returns the output
and does not write any progress to the screen. After calling
set_trim_verbose(TRUE)
, trim
will write information
about running iterations and convergence to the screen during optmization.
Usage
set_trim_verbose(verbose = FALSE)
Arguments
verbose |
|
See Also
Other modelspec:
check_observations()
,
read_tcf()
,
read_tdf()
,
trim()
,
trimcommand()
[Package rtrim version 2.3.0 Index]