Learn R Programming

mdatools (version 0.9.1)

plot.regcoeffs: Regression coefficients plot

Description

Shows plot with regression coefficient values for every predictor variable (x)

Usage

# S3 method for regcoeffs
plot(x, ncomp = 1, ny = 1, type = NULL, col = NULL,
  main = NULL, ylab = NULL, show.line = T, show.ci = T, alpha = 0.05,
  ...)

Arguments

x

regression coefficients object (class regcoeffs)

ncomp

number of components to return the coefficients for

ny

number of response variable to return the coefficients for

type

type of the plot

col

vector with colors for the plot (vector or one value)

main

main plot title

ylab

label for y axis

show.line

logical, show or not line for 0 value

show.ci

logical, show or not confidence intervals if they are available

alpha

significance level for confidence intervals (a number between 0 and 1, e.g. for 95% alpha = 0.05)

...

other arguments