Plot function for objects returned from ui.probit
.
Plots confidence intervals, coefficients and significans assuming ignorability and the uncertainty interval under non-ignorability.
# S3 method for uiprobit
plot(x, plot.all = TRUE, which = NA,
intercept = FALSE, ylab = NULL, col = c("black", "red"), ...)
An object of class uiprobit
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 for the first covariate, 2 for the second etc.).To plot the intercept, set intercept as TRUE.
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.