loadingsPlot: Plot coefficients from a linear (or other) model.

Description Usage Arguments Details Value Examples

View source: R/loadingsPlot.R

Description

This code was written by: Carlisle Rainey June 29, 2012 http://www.carlislerainey.com/

Usage

1
loadingsPlot(model, var.names)

Arguments

model

a model object of the type generated by lm().

var.names

a vector of variable names.

Details

...and adapted/modified by Adam Duncan 2015. Any errors are strictly my own.

Plots a nice looking coefficient plot that makes it easy to visualize factor loadings.

Value

a plot of the coefficients of the model.

Examples

1
#Fill this in....

gtog/dMisc documentation built on May 17, 2019, 8:57 a.m.