[R] Problem when creating matrix of values based on covariance matrix

peter dalgaard pdalgd at gmail.com
Sun Aug 12 16:16:58 CEST 2012


On Aug 11, 2012, at 16:17 , Boel Brynedal wrote:

> cov8=cov(sample8,method='spearman')

There's your problem. I'm surprised that nobody seems to have picked up on this, but Spearman covariances are of the ranks, not of the data. Try method="pearson".

-- 
Peter Dalgaard, Professor,
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)38153501
Email: pd.mes at cbs.dk  Priv: PDalgd at gmail.com



More information about the R-help mailing list