coefPlot: Plot model coefficients in 'ggplot2'

Description Usage Arguments

View source: R/coefPlot.R

Description

Plot model coefficients in ggplot2

Usage

1
coefPlot(data, varname, estimate, se, col.var = NULL, legend.title = "Legend")

Arguments

data

Model output as dataframe, as returned by tidy() function (package broom) Must contain the following columns: variable name, estimate, etandard error

varname

Column containing variable names

se

Column with standard errors

col.var

Variable to map colors onto (defaults to varname)

legend.title

Legend title. Default: "Legend"


guyschvitz/gsfuns documentation built on Jan. 1, 2021, 2:28 a.m.