Produces a plot of actual and predicted correlations
plotqcv(actr, predr, labels)
Arguments
actr: vector of actual validity correlations
predr: vector of predicted validity correlations (in same order as actr)
labels: vector of text values that are the labels of the QCV criterion variables (in order of actr and predr)
Details
Important: When entering values for the three arguments, order them identically. For example, if the "actr" values are ordered in terms of c(criterion A, criterion B, criterion C), then the values in "predr" and the labels in "labels" should be placed in that same order.