preserve.

set printback=on.

 

* MEASUREMENT OF NONINDEPENDENCE IN STANDARD DYADIC DESIGNS

  Inter1.sps - Interval measures.

 

* Example data: Kenny, Kashy & Cook (2006, p. 33, Table 2.1).

data list free/dyad x.1 x.2.

begin data.

1      8      6

2      5      3

3      7      2

4      8      5

5      8      7

6      5      6

7      3      4

8      8      9

9      6      7

10     2      3

end data.

 

*\beginning of the program.

set printback=on.

 

/* User Specifications /*

 

* Enter alpha for confidence intervals (by default, alpha=.05).

compute alpha=.05.

 

set printback=off.

 

Descriptives

 

C:\Documents and Settings\valferes\Desktop\InterPrograms\file1

 

                                                        Descriptive Statistics

 

 

N

Minimum

Maximum

Mean

Std. Deviation

x.1

10

2

8

6.00

2.211

x.2

10

2

9

5.20

2.201

Valid N (listwise)

10

 

 

 

 

 

 

Summarize

 

                                                                  Distinguishable Members:

                                          Pearson Correlation, t Test, and Confidence Interval

 

 

n

r

t Value

df

Sig. (2-tailed)

CI of r

 Lower Bound

CI of r

 Upper Bound

1

10

.53

1.75

8

.119

-.16

.87

 

 

Variables to Cases

 

C:\Documents and Settings\valferes\Desktop\InterPrograms\file1

 

Univariate Analysis of Variance

 

C:\Documents and Settings\valferes\Desktop\InterPrograms\file1

 

Summarize

 

                         Indistinguishable Members:

        Intraclass Correlation and Confidence Interval

 

 

ICC

CI of ICC

 Lower Bound

CI of ICC

 Upper Bound

1

.51

-.10

.85

 

 

Summarize

 

                                                    F Test for Intraclass Correlation

 

 

Between Dyads

 Mean Square

df1

Within Dyads

 Mean Square

df2

F

Sig. (2-tailed)

1

7.42

9

2.40

10

3.09

.093

 

 

Descriptives

 

C:\Documents and Settings\valferes\Desktop\InterPrograms\file3

 

                                                        Descriptive Statistics

 

 

N

Minimum

Maximum

Mean

Std. Deviation

x.1

20

2

9

5.60

2.186

x.2

20

2

9

5.60

2.186

Valid N (listwise)

20

 

 

 

 

 

 

Summarize

 

                                 Indistinguishable Members:

                 Pairwise Correlation and Confidence Interval

 

 

n

rp

CI of rp

 Lower Bound

CI of rp

 Upper Bound

1

20

.47

-.15

1.09

 

 

Summarize

 

                   z Test for Pairwise Correlation

 

 

z Value

Std. Error

Sig. (2-tailed)

1

1.49

.32

.136

 

 

*/end of the program.

restore.