coefficientPlot: Plotting Coefficients and Confidence Intervals

Description Usage Arguments

View source: R/coefficientPlot.R

Description

This sltools function allows you to extract coefficients from a list of models and create side-by-side coefplots.

Usage

1
2
coefficientPlot(models, alpha = 0.05, model.names = "", var.order = "",
  var.names = NULL, omit.intercept = TRUE, omit.factor = TRUE)

Arguments

models

a list of models

alpha

scalar of alpha

model.names

list of model names

var.order

vector of variable ordering

var.names

list of variable names

omit.intercept

whether to omit intercept, default = TRUE

omit.factor

whether to omit factors, default = TRUE


stevenliaotw/sltools documentation built on May 20, 2019, 12:31 p.m.