+ All Categories
Home > Documents > 1 SPSS MACROS FOR COMPUTING STANDARD ERRORS WITHOUT PLAUSIBLE VALUES.

1 SPSS MACROS FOR COMPUTING STANDARD ERRORS WITHOUT PLAUSIBLE VALUES.

Date post: 04-Jan-2016
Category:
Upload: pierce-butler
View: 218 times
Download: 0 times
Share this document with a friend
Popular Tags:
18
1 SPSS MACROS FOR COMPUTING STANDARD ERRORS WITHOUT PLAUSIBLE VALUES
Transcript
Page 1: 1 SPSS MACROS FOR COMPUTING STANDARD ERRORS WITHOUT PLAUSIBLE VALUES.

1

SPSS MACROS FOR COMPUTING STANDARD ERRORS WITHOUT PLAUSIBLE VALUES

Page 2: 1 SPSS MACROS FOR COMPUTING STANDARD ERRORS WITHOUT PLAUSIBLE VALUES.

Pseudo-stratum

School R1 R2 R3 R4 R5 R6 R7 R8

1 1 1.5 1.5 1.5 1.5 1.5 1.5 1.5 1.5

1 2 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5

2 3 1.5 0.5 1.5 0.5 1.5 0.5 1.5 0.5

2 4 0.5 1.5 0.5 1.5 0.5 1.5 0.5 1.5

3 5 1.5 1.5 0.5 0.5 1.5 1.5 0.5 0.5

3 6 0.5 0.5 1.5 1.5 0.5 0.5 1.5 1.5

4 7 1.5 0.5 0.5 1.5 1.5 0.5 0.5 1.5

4 8 0.5 1.5 1.5 0.5 0.5 1.5 1.5 0.5

5 9 1.5 1.5 1.5 1.5 0.5 0.5 0.5 0.5

5 10 0.5 0.5 0.5 0.5 1.5 1.5 1.5 1.5

• PISA Replication methods for multistage sample : Fays method

2

1)(2

2

)ˆ()ˆˆ(

)1(

1

G

iikG

Computation of Standard Errors

2

Page 3: 1 SPSS MACROS FOR COMPUTING STANDARD ERRORS WITHOUT PLAUSIBLE VALUES.

3

• PISA2009 SAS student data file

Computation of Standard Errors

• Student Final Weight : W_FSTUWT

• 80 replicates : W_FSTR1 to W_FSTR80

2

1)(

2

1)(2

2

)ˆ()ˆˆ(

20

1)ˆˆ(

)5.01(80

1

G

ii

G

ii

Page 4: 1 SPSS MACROS FOR COMPUTING STANDARD ERRORS WITHOUT PLAUSIBLE VALUES.

4

• How to weight the data in SPSS?

Computation of Standard Errors

Page 5: 1 SPSS MACROS FOR COMPUTING STANDARD ERRORS WITHOUT PLAUSIBLE VALUES.

5

Computation of Standard Errors

• How to weight the data in SPSS?

• SPSS uses as denominator for estimating STD

2

1

)ˆ(

6.87ˆ

6.518ˆ

n

ixii xwSS

n

iiw

SS

1

Page 6: 1 SPSS MACROS FOR COMPUTING STANDARD ERRORS WITHOUT PLAUSIBLE VALUES.

6

Computation of Standard Errors

Computation of statistic for the 80 replicates …

Page 7: 1 SPSS MACROS FOR COMPUTING STANDARD ERRORS WITHOUT PLAUSIBLE VALUES.

7

Computation of Standard Errors

Page 8: 1 SPSS MACROS FOR COMPUTING STANDARD ERRORS WITHOUT PLAUSIBLE VALUES.

8

• Structure of SPSS macros for the computation of SE:– Selection of variables (DEP=)– Iteration of the SPSS procedure on the final

weight and 80 (default) replicates (NREP=)– Data files manipulation and computation of the

SE– Computation of limits if required– Selection of statistics (STAT=)

Computation of Standard Errors

Page 9: 1 SPSS MACROS FOR COMPUTING STANDARD ERRORS WITHOUT PLAUSIBLE VALUES.

9

Computation of Standard Errors

Page 10: 1 SPSS MACROS FOR COMPUTING STANDARD ERRORS WITHOUT PLAUSIBLE VALUES.

10

• Use of the limit criteria– Number of students– Number of schools– Number of variables of the BYVAR statement

for defining the population of reference

Computation of Standard Errors

Page 11: 1 SPSS MACROS FOR COMPUTING STANDARD ERRORS WITHOUT PLAUSIBLE VALUES.

11

Computation of Standard Errors

StdDev and SE of HISEI by CNT and Gender

Page 12: 1 SPSS MACROS FOR COMPUTING STANDARD ERRORS WITHOUT PLAUSIBLE VALUES.

12

Computation of Standard Errors

Page 13: 1 SPSS MACROS FOR COMPUTING STANDARD ERRORS WITHOUT PLAUSIBLE VALUES.

13

• SPSS macros for:– Univariate statistics

• Means (MCR_SE_UNIV)• Percentages (MCR_SE_GrpPct)

– Multivariate statistics• Correlation (MCR_SE_COR)• Regression (MCR_SE_REG)

Computation of Standard Errors

Page 14: 1 SPSS MACROS FOR COMPUTING STANDARD ERRORS WITHOUT PLAUSIBLE VALUES.

14

Computation of Standard Errors

Percentage of students by grade (ST01Q01) within Country and Gender categories

Page 15: 1 SPSS MACROS FOR COMPUTING STANDARD ERRORS WITHOUT PLAUSIBLE VALUES.

15

Computation of Standard Errors

Percentage of students by grade (ST01Q01) within countries and Gender categories

Page 16: 1 SPSS MACROS FOR COMPUTING STANDARD ERRORS WITHOUT PLAUSIBLE VALUES.

16

Computation of Standard Errors

Correlation between ESCS and MATHEFF by gender

Page 17: 1 SPSS MACROS FOR COMPUTING STANDARD ERRORS WITHOUT PLAUSIBLE VALUES.

17

Computation of Standard Errors

1

2

Page 18: 1 SPSS MACROS FOR COMPUTING STANDARD ERRORS WITHOUT PLAUSIBLE VALUES.

18

Computation of Standard Errors

)(346.40716.25

)(321.10547.15)(025.30169.10

)(025.30169.10

)(321.10)(547.15)(025.30169.10

ESCSJR

ESCSESCSJR

ESCSJR

GenderxHISEIGenderESCSJR

i

i

i

i


Recommended