plot.uiprobit: Plot of UI and CI

Description Usage Arguments

View source: R/plot.uiprobit.R

Description

Plot function for objects returned from ui.probit. Plots confidence intervals, coefficients and significans assuming ignorability and the uncertainty interval under non-ignorability.

Usage

1
2
3
## S3 method for class 'uiprobit'
plot(x, plot.all = TRUE, which = NA,
  intercept = FALSE, ylab = NULL, col = c("black", "red"), ...)

Arguments

x

An object of class uiprobit

plot.all

If TRUE, plots all covariates.

which

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.

intercept

If TRUE, also plots the intercept.

ylab

Vector of names for the y-axis, default is the variable names.

col

Vector containing the color of confidence intervals (default black) and uncertainty intervals (default red).

...

Additional arguments, use is discouraged.


ui documentation built on Nov. 11, 2019, 5:07 p.m.

Related to plot.uiprobit in ui...