stremrOptions: Querying/setting a single 'stremr' option

Description Usage Arguments Details See Also Examples

Description

To list all stremr options, just run this function without any parameters provided. To query only one value, pass the first parameter. To set that, use the value parameter. To see the available range of values or the required type for a specific option, use the flag showvals = TRUE.

Usage

1
stremrOptions(o, value, showvals = FALSE)

Arguments

o

Option name (string). See set_all_stremr_options.

value

Value to assign (optional)

showvals

Set to TRUE (optional) to show the possible range of values or the required type for a specific option name.

Details

The signature of the function set_all_stremr_options also lists all available stremr options.

See Also

set_all_stremr_options

Examples

1
2
3
4
5
## Not run: 
stremrOptions()
stremrOptions('fit_method', 'cv')

## End(Not run)

osofr/stremr documentation built on Jan. 25, 2022, 8:07 a.m.