Returns the stats::terms() object of the formula
outcome ~ predictor_1 + ... + predictor_k spanning every
predictor screened by table_regression_uv(). Non-syntactic
column names are backtick-quoted, so the terms are valid whatever
the input names. Used internally by the label validator, which
reads term labels off every model in a table.
Usage
# S3 method for class 'spicy_uv_screen'
terms(x, ...)Arguments
- x
A
spicy_uv_screenbundle (the internal object wrapping the univariable fits oftable_regression_uv()).- ...
Additional arguments (currently ignored).