arrow_plot: Arrow plot

Description Usage Arguments

Description

Plot a model with arrows. In this plot, the arrows can represent both the direction and magnitude of the effects. The shaded rectangles represent a standard confidence interval. If the shaded interval crosses the dotted line, there is no significant evidence suggesting the independent variable has a nonzero effect.

Usage

1
arrow_plot(m, p = 0.05)

Arguments

m

A lm object

p

p-value cutoff, highest p-value of independent variables you'd like to keep in your plot. defaults to .05


harader/model.plot documentation built on May 12, 2019, 5:40 a.m.