plotuScree: 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",
...)
Value
Nothing returned with this function.
Arguments
- Eigenvalue
depreciated parameter: eigenvalues to analyse (not used if
x is used, recommended)
- x
numeric: a vector
of eigenvalues, a matrix
of
correlations or of covariances or a data.frame
of data
- model
character: "components"
or "factors"
- ylab
character: label of the y axis (default is Eigenvalue
)
- xlab
character: label of the x axis (default is Component
)
- main
character: title of the plot (default is Scree Plot
)
- ...
variable: additionnal parameters to give to the
eigenComputes
function
Author
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.
Examples
Run this code
## SCREE PLOT
data(dFactors)
attach(dFactors)
eig = Cliff1$eigenvalues
plotuScree(x=eig)
Run the code above in your browser using DataLab