Returns the square of the Pearson product moment correlation coefficient, r, of the given data sets.
Syntax
x: Range or array containing the first data set. Eg., A2:A6
Remarks
Text, logical values, and empty cells are ignored.
Examples
|
Formula |
Result |
|
=RSQ(A2:A6;B2:B6) |
0.682404541 |
|
=RSQ(A2:A4;B2:B4) |
0.972672065 |
|
=RSQ({1;2;3};{5;12;8}) |
0.182432432 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#N/A! |
|
Similar Functions
CORREL
FISHER
FISHERINV
PEARSON