plotuScree | R Documentation |
uScree
plot a usual scree test of the eigenvalues of a correlation
matrix.
plotuScree(Eigenvalue, x = Eigenvalue, model = "components", ylab = "Eigenvalues", xlab = "Components", main = "Scree Plot", ...)
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
|
Nothing returned with this function.
Gilles Raiche
Centre sur les Applications des Modeles de
Reponses aux Items (CAMRI)
Universite du Quebec a Montreal
raiche.gilles@uqam.ca
Cattell, R. B. (1966). The scree test for the number of factors. Multivariate Behavioral Research, 1, 245-276.
nScree
, parallel
## SCREE PLOT data(dFactors) attach(dFactors) eig = Cliff1$eigenvalues plotuScree(x=eig)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.