coefplot: Graphically compare sizes of regression coefficient

Description Usage

View source: R/effect_sizes.r

Description

mainly useful if regression is run on data that has been normalized by set.data.units

Usage

1
2
3
4
5
coefplot(reg, data = NULL, sort = TRUE, remove.intercept = TRUE,
  show.units = !is.null(data), xlab = "Explanatory variables",
  ylab = paste0("Coefficient"), colors = c(pos = "#11AAAA", neg =
  "#EE3355"), horizontal = TRUE, vars = names(coef(reg)),
  ignore.vars = NULL)

skranz/regtools documentation built on May 30, 2019, 3:02 a.m.