IDI.INF.GRAPH: Function to display IDI and other measures in a graph
Description
This function generates a plot to graphically display IDI, continuous NRI, and median improvement
Usage
IDI.INF.GRAPH(x, main = NULL, xlab = NULL, ylab = NULL,
cex.main = NULL, cex.lab = NULL, ...)
Arguments
x
An object generated by IDI.INF
xlab
label of x-axis. The default is "s"
ylab
label of y-axis. The default is
expression(paste("pr(",hat(D)<=s,")"))
…
Arguments passed to plot()
Details
This function provide a plot to graphically display IDI, continous-NRI and median improvement.
Examples
Run this code# NOT RUN {
## see example in IDI.INF
# }
Run the code above in your browser using DataLab