Shows plot with regression coefficient values for every predictor variable (x)
# 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,
...)
regression coefficients object (class regcoeffs
)
number of components to return the coefficients for
number of response variable to return the coefficients for
type of the plot
vector with colors for the plot (vector or one value)
main plot title
label for y axis
logical, show or not line for 0 value
logical, show or not confidence intervals if they are available
significance level for confidence intervals (a number between 0 and 1, e.g. for 95% alpha = 0.05)
other arguments