X
Calc:
Y
Calc:
A
Calc:
B
Calc:
C
Calc:
D
Calc:
+
-

Average =

SD =

SD Plus =

Calculations with Lists

The objective of this page is to calculate important information about data, such as standard deviations, averages, and, in the case of bivariate data, even the coerrelation coefficient (r).

In order to calculate r, complete the following steps:

First, input data from your independent variable in the X column. To add additional rows of data, press the plus button at the bottom center of the page, or press the enter key on the last row of data. Then, input data from your dependent variable in the Y column. Make sure that there are the same number of x and y values, and that there are no empty rows.

Next, press the check box next to the word "calc" in columns A, B, and C. This allows you to enter formulas instead of data into these columns.

To calculate the coerrelation coefficient, it will be helpful to have the standardization of the X data in column A, and the standardization of the Y data in column B.

To accomplish this, put the following into the input in column A:

( X - avg(X) ) / sd(X)

Note that this is the equation for standardizing the variable X. Similarly, put the following into column B to obtain the standardization of Y:

( Y - avg(Y) ) / sd(Y)

Next, column C should contain the products of each standardized pair, which are in columns A and B. To get the products, type the following into column C:

A * B

Lastly, click "Calculate" to generate columns A, B, and C using your formulas. Then, click "Column Stats" to find information about the columns. Select column E. The average of this column is coerrelation coefficient (r).

Depending on the way you use this tool you may find the following variables useful:

"row" or "count": acts as the row number of each cell; can be used in a formula, such as "row + 2"

"col": acts as the column number of each cell; can be used in a formula, such as "row * col"

About this page