set_trim_verbose: Set verbosity of trim model functions

View source: R/utils.R

set_trim_verboseR 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

[logical] toggle verbosity. TRUE means: be verbose, FALSE means be quiet (this is the default).

See Also

Other modelspec: check_observations(), read_tcf(), read_tdf(), trim(), trimcommand()


rtrim documentation built on June 22, 2024, 10:39 a.m.