Description Usage Arguments Value See Also
Options that control stremr
package.
Calling this function will reset all unspecified options (omitted arguments) to their default values!
The preferred way to set options for stremr
is to use stremrOptions
, which allows specifying individual options without having to reset all other options.
To reset all options to their defaults simply run set_all_stremr_options()
without any parameters/arguments.
1 2 3 4 5 6 7 8 9 |
fit_method |
Specify the default method for model selection.
Possible options are |
fold_column |
The column name in the input data (ordered factor) that contains the fold IDs to be used as part of the validation sample.
Use the provided function |
lower_bound_zero_Q |
Set to |
skip_update_zero_Q |
Set to |
up_trunc_offset |
The upper bound for the TMLE offset during the TMLE GLM update step. |
low_trunc_offset |
The lower bound for the TMLE offset during the TMLE GLM update step. |
eps_tol |
Used for TMLE GLM update step. Set the tolerance for testing that the outcomes ( |
Invisibly returns a list with old option settings.
stremrOptions
, print_stremr_opts
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.