Description Usage Arguments Value
Examine unaccounted for variables from the coefficient matrix and determine which are logical. This returns 1 element of a data.frame of data that gives the variable name and logical result of those variables. Otherwise, throws a warning if the unaccounted for name is not logical.
1 | identify_logical_variables(x, var_names)
|
x |
A character scalar with an unaccounted for variable name |
var_names |
List of known variables in the estimation |
A tibble with the name of the variable (if it is logical) and its logical value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.