plot.optint: Plot optint object

Description Usage Arguments

View source: R/plot.R

Description

Produce variable importance plot from an optint object.

Usage

1
2
3
## S3 method for class 'optint'
plot(x, plot.vars = "sig", plot.ci = T,
  graph.col = 1, alpha = 0.05, ...)

Arguments

x

an optint object.

plot.vars

which variables to plot? either a number (n) - indicating to plot the first n variables, "sig" (default) - plot only significant variables, or a vector with names of variables to plot.

plot.ci

logical. if TRUE (default) plot confidence intervals. Otherwise plot only point estimates.

graph.col

graph color/s.

alpha

significance level for the confidence intervals. also used in order to determine which variables are significant.

...

additional arguments.


optinterv documentation built on March 26, 2020, 7:05 p.m.