search for: b2a13060

Displaying 1 result from an estimated 1 matches for "b2a13060".

Did you mean: 1213060
2011 Jan 26
1
Factor rotation (e.g., oblimin, varimax) and PCA
...r implementation in R, particularly the GPArotation library. I have tried to reproduce some of the examples that I have found, e.g., I have taken the values from Jacksons example in "Oblimin Rotation", Encyclopedia of Biostatistics http://onlinelibrary.wiley.com/doi/10.1002/0470011815.b2a13060/abstract and run it through R: library(GPArotation) data <- matrix(c(0.6, 0.39, 0.77, 0.70, 0.64, 0.35, 0.52, 0.72, 0.34, 0.58, 0.15, 0.07, -0.13, -0.23, -0.23, 0.67, -0.27, -0.23, 0.72, 0.20, 0.41, 0.55, -0.10, -0.06, -0.21, -0.33, -0.27, -0.20, -0.22, 0.47), 10, 3) oblimin(data) The values...