Plot function for objects returned from ui.ols
. Plots confidence intervals,
coefficients and significans assuming ignorability and the uncertainty interval under non-ignorability.
# S3 method for uiols
plot(x, plot.all = TRUE, which = NA,
intercept = FALSE, ylab = NULL, col = c("black", "red"), ...)
An object of class uiols
If TRUE, plots all covariates.
Specify which variables should be plotted by either sending in their names in a vector or a vector with their numbers (1 intercept, 2 for the first covariate etc.).
If TRUE, also plots the intercept.
Vector of names for the y-axis, default is the variable names.
Vector containing the color of confidence intervals (default black) and uncertainty intervals (default red).
Additional arguments, use is discouraged.