Description Usage Arguments Details See Also Examples
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
.
1 | stremrOptions(o, value, showvals = FALSE)
|
o |
Option name (string). See |
value |
Value to assign (optional) |
showvals |
Set to |
The signature of the function set_all_stremr_options
also lists all available stremr
options.
1 2 3 4 5 | ## Not run:
stremrOptions()
stremrOptions('fit_method', 'cv')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.