
Create a display data frame similar to Stata model output for a fitted R model.
stata_tidy(mod, var_label_df = NULL)
A data.frame with columns term and display
A fitted model object
A data.frame or tibble with columns "variable" and
"label" that contains display labels for each variable in mod
.