Description Usage Arguments Value
With the parse_terms()
function, each term in the tidied model is parsed and
matched with a variable name.
1 | parse_terms(x, tidy_model, show_yesno)
|
x |
regression model object |
tidy_model |
tidied model output from tidy_wrap function |
show_yesno |
categorical and factor variables that are |
list with one entry for each variable, each element are the terms from the regression model.For categorical variables, the reference level has been added.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.