You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the ID estimates provided by the Kaiser and broken_stick methods in id.lPCA are k + 1, where k is the number of components to be kept according to the most commonly used implementations of these rules (i.e. keep only components with an eigenvalue > 1 [Kaiser], or keep only components with greater than expected explained variance [broken stick]).
I'm wondering what the thinking was behind this choice, and if there are any papers I can cite justifying this modification.
Thanks!
The text was updated successfully, but these errors were encountered:
I noticed that the ID estimates provided by the
Kaiser
andbroken_stick
methods inid.lPCA
arek + 1
, wherek
is the number of components to be kept according to the most commonly used implementations of these rules (i.e. keep only components with an eigenvalue > 1 [Kaiser], or keep only components with greater than expected explained variance [broken stick]).I'm wondering what the thinking was behind this choice, and if there are any papers I can cite justifying this modification.
Thanks!
The text was updated successfully, but these errors were encountered: