With the parse_terms()
function, each term in the tidied model is parsed and
matched with a variable name.
parse_terms(x, tidy_model, show_yesno)
regression model object
tidied model output from tidy_wrap function
categorical and factor variables that are c("No", "Yes")
or
c("no", "yes")
default to dichotomous printing. To force both levels to be shown
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.