A utility function which when given a x,y data set computes both classical and robust confidence ellipses. An internal function, not generally called by the user.
plotScoresCor(x, quan = 1/2, alpha = 0.025)
As per cor.plot
.
As per cor.plot
.
As per cor.plot
.
A list with the following elements (a simpler version of that in the
original function cor.plot
):
The x values for the classical ellipse.
The y values for the classical ellipse.
The correlation value for the classical ellipse.
The x values for the robust ellipse.
The y values for the robust ellipse.
The correlation value for the robust ellipse.
See function cor.plot
in package
mvoutlier on which this function is based.