profile.uiprobit: Plot of UI and CI

Description Usage Arguments

View source: R/profile.uiprobit.R

Description

Plot function for objects returned from ui.probit. Plots confidence intervals for different values of rho and the uncertainty interval.

Usage

1
2
3
4
## S3 method for class 'uiprobit'
profile(fitted, plot.all = TRUE, which = NA,
  intercept = FALSE, xlab = NULL, ylab = NULL, cex.lab = 2,
  mar = c(6, 6, 2, 2), ...)

Arguments

fitted

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 intercept, 2 for the first covariate etc.).

intercept

If TRUE, also plots the intercept.

xlab

Title for x-axis, default is expression(rho).

ylab

Title for y-axis, default is the variable names.

cex.lab

Size of lables.

mar

Margin around panels in plot.

...

Additional arguments, use is discouraged.


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

Related to profile.uiprobit in ui...