plotuScree {nFactors} | R Documentation |
Plot of the Usual Cattell's Scree Test
Description
uScree
plot a usual scree test of the eigenvalues of a correlation
matrix.
Usage
plotuScree(Eigenvalue, x = Eigenvalue, model = "components",
ylab = "Eigenvalues", xlab = "Components", main = "Scree Plot",
...)
Arguments
Eigenvalue |
depreciated parameter: eigenvalues to analyse (not used if x is used, recommended) |
x |
numeric: a |
model |
character: |
ylab |
character: label of the y axis (default is |
xlab |
character: label of the x axis (default is |
main |
character: title of the plot (default is |
... |
variable: additionnal parameters to give to the
|
Value
Nothing returned with this function.
Author(s)
Gilles Raiche
Centre sur les Applications des Modeles de
Reponses aux Items (CAMRI)
Universite du Quebec a Montreal
raiche.gilles@uqam.ca
References
Cattell, R. B. (1966). The scree test for the number of factors. Multivariate Behavioral Research, 1, 245-276.
See Also
Examples
## SCREE PLOT
data(dFactors)
attach(dFactors)
eig = Cliff1$eigenvalues
plotuScree(x=eig)