[R] PCA with not non-negative definite covariance
    bady at univ-lyon1.fr 
    bady at univ-lyon1.fr
       
    Tue Jul 25 10:24:27 CEST 2006
    
    
  
Hi , hi all,
> Am I correct to understand from the previous discussions on this topic (a
> few years back) that if I have a matrix with missing values my PCA options
> seem dismal if:
> (1)     I dont want to impute the missing values.
> (2)     I dont want to completely remove cases with missing values.
> (3)     I do cov() with use=pairwise.complete.obs, as this produces
> negative eigenvalues (which it has in my case!).
(4) Maybe you can use the Non-linear Iterative Partial Least Squares (NIPALS)
algorithm (intensively used in chemometry). S. Dray proposes a version of this
procedure at http://pbil.univ-lyon1.fr/R/additifs.html.
Hope this help :)
Pierre
    
    
More information about the R-help
mailing list