Disadvantaged Learner Sample Code

Note: This page is from an older version of the Data Dictionary and may therefore contain information that is now out of date. It is included here for reference only.


1 The following pseudo code and SPSS code is provided to illustrate the Disadvantaged Learner data definition.

L_DISADV

2 The following table shows the steps required to derive L_DISADV.

Step

Condition

Action if true

Action if false

1

Is L32<>99

Set L_DISADV to 1

Set L_DISADV to 0

3 The following SPSS code illustrates how to derive L_DISADV.

GET FILE=’………….LEARNER dataset
COMPUTE ‘L_DISADV=0.
IF (L32<>99) L_DISADV=1.

Creator

Analysis and MI Team

Date issued

20 December 2005

Date created

16 December 2005

Document ref.

\\records.lsc.local\NAT\23 LrngSkillsPolicyInfrastr\23-07 DataCollectAlysis\23-07-03 LrnrDataAlysisDiss\nat-disadvantagedlearnersamplecode-report-20dec2005.doc

LSC office

Learning and Skills Council
Cheylesmore House Quinton Road Coventry CV1 2WT
T 0845 019 4170 F 024 7682 3675 www.lsc.gov.uk/

Last Modified: 21 Dec 05