set_trim_verbose | R Documentation |
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.
set_trim_verbose(verbose = FALSE)
verbose |
|
Other modelspec:
check_observations()
,
read_tcf()
,
read_tdf()
,
trim()
,
trimcommand()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.