R/fix_names.R

#' @title Fix Names
#' @description For Pretty printing statistical models
#' @import dplyr stringr
#' @export
fix_names <- . %>%
  str_replace(".Intercept.", "Intercept") %>%
  str_replace_all(":", " x ")
dietrichson/sashaUseful documentation built on Sept. 16, 2019, 3:31 p.m.