Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

First of all: I'm mathematically challenged.

Question 1: I use the Pearson correlation coefficient to correlate people. As a real life example: I correlate those people by comparing the number of points they've given to movies. This works very well. Now I would like to correlate not 1 variable but multiple, e.g. correlate how much they like the individual actors. How should I do that? Just take the average of all n correlations?

Question 2: if person $A$ and $B$ correlate for 0.9 than that is better then $A$ and $C$ who correlate for 0.8. But what if I had e.g. 25 movies while comparing $A$ and $B$ and 100 while comparing $A$ and $C$, should I then still consider $A$ and $B$? Or is there some extra weighting formula for this?

share|improve this question
try looking into cohen's kappa and interrater reliability. – rolando2 Nov 13 '11 at 17:15

2 Answers

  1. The average correlation is not unreasonable. You're looking for an overall measure of similarity, so you might just put all of the measurements into one big basket and take the overall correlation; you might want to standardize the two sets of ratings first and then take the overall correlation. You might also consider looking at RMS difference rather than correlation. You may find some discussion of this in books on cluster analysis.

  2. If you have reasonably large sample sizes, just comparing the correlations would be fine. If some of the sample sizes are quite small, it'd best to do something Bayesian (shrinking the estimates towards the overall average), along the lines described here.

share|improve this answer

No, the simplist method is to calculate the correlations betwen the variables and then compare the correlation coefficients. You can find some guidance here and here.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.