Plot function for objects returned from ui.probit
.
Plots confidence intervals for different values of rho and the uncertainty interval.
# S3 method for uiprobit
profile(fitted, plot.all = TRUE, which = NA,
intercept = FALSE, xlab = NULL, ylab = NULL, cex.lab = 2,
mar = c(6, 6, 2, 2), ...)
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 intercept, 2 for the first covariate etc.).
If TRUE, also plots the intercept.
Title for x-axis, default is expression(rho)
.
Title for y-axis, default is the variable names.
Size of lables.
Margin around panels in plot.
Additional arguments, use is discouraged.