4177.0.55.002 - Microdata: Participation in Sport and Physical Recreation, Australia, 2011-12 Quality Declaration
ARCHIVED ISSUE Released at 11:30 AM (CANBERRA TIME) 09/05/2013
Page tools: Print Page Print All | ||
USING THE CURF
IDENTIFIERS Person level identifier Each person has a unique random identifier - referred to as ABSPID. This identifier appears on the person level and is repeated on each of the episodic levels thus linking these data to each person. Episodic (Activity) level identifiers As well as the unique person identifier, each episodic level also includes other identifiers that are system requirements for RADL purposes only. These identifiers number each episodic record sequentially for each person (i.e. 1,2,3,4,.....). Each of these identifiers are present on all levels and are set to zero on all levels other than their own. For tabulation purposes these identifiers are meaningless and should not be used. Copying information across levels Identifiers can be used to copy information from one level of the file to another. A person level data item such as age (AGECE) can be copied to the activity level to enable, for example, a table of 'Type of sport X Age' to be created. The following SAS code (or equivalent) can be used to copy information from the person level to the episodic level. PROC SORT DATA = SPS11EP; BY ABSPID; PROC SORT DATA = SPS11EE; BY ABSPID; DATA MERGEFILE; MERGE SPS11EE (IN = A) SPS11EP (KEEP= ABSPID AGECE FINWTPA IN=B) BY ABSPID; IF A AND B THEN OUTPUT; *Only keeps records which are present on both files; RUN; The KEEP statement includes all person data items specified to be merged on to the episodic level file. Episodic level characteristics should not be merged on to the Person file. CURF FILE NAMES Two separate files (also referred to as levels) make up the 2011–12 Participation in Sport and Physical Recreation Expanded CURF. These are:
Further information about the the levels is available in File Structure. The 2011–12 Expanded CURF can be accessed on the RADL or ABSDL and is available in SAS, SPSS and STATA formats. The CURF comprises the following files: Data files Person level files
Activity level files
Information files
MULTI-RESPONSE FIELDS A number of questions included in the survey allowed respondents to provide one or more responses. On the Expanded CURF, each response category for one of these 'multi-response questions' (or data items) is treated as a separate data item. These data items have the same general data item identifier (SASName) but are each suffixed with a letter – A for the first response, B for the second response, C for the third response, D for the fourth response and so on. For example, the multi-response data item 'Facilities used for participation in sport/physical recreation in last 12 months' (with a general SASName of ALLFAC – See data item list), has 5 response categories. Consequently, 5 data items have been produced - ALLFACA, ALLFACB, ALLFACC, ALLFACD and ALLFACE. Each data item, except for ALLFACA, will have a corresponding value against the relevant response with the remaining values corresponding to a 'Null response'. The 'Null response', generally a value of 0 or 00, is a default code and should be ignored. In the case of the A position (i.e. ALLFACA), this also includes the 'Not applicable' category (generally a value of 9 or 99) which comprises those persons who were not asked the particular question. It should be noted that the sum of individual multi-response categories will be greater than the population or number of people applicable to the particular data item as respondents are able to select more than one response. Multi-response data items can be identified in the data item list as SASNames followed by a range of letters in brackets; for example, ALLFAC (A-E). GEOGRAPHY To enable analysis at a regional level, each record contains a state/territory identifier and two sub-state identifiers – Area of usual residence and Remoteness area. More information on the geographic data items is available in the data item lists on the Downloads tab. Conditions of use of Socio-economic Index For Areas (SEIFA) and Geographic Data Items To provide CURF users with greater flexibility in their analyses, the ABS has included one SEIFA and several sub-state geography data items (as described above). For this CURF, the Index of Relative Socio-economic Disadvantage, in deciles, has been included. Conditions are placed on the use of these items. Tables showing multiple data items, cross tabulated by more than one sub-state geography at a time (including SEIFA), are not permitted due to the detailed information about small geographic regions that could be presented. However, simple cross-tabulations of population counts by sub-state geographic data items may be useful for clients in order to determine which geography item to include in their primary analysis, and such output is permitted. COMPARISONS WITH PREVIOUS CURFS While the 2011–12 Participation in Sport and Physical Recreation Survey is generally comparable with the 2005–06 and 2009–10 iterations, there are some differences. The 2005–06 survey collected information on the motivators and constraints of non-participants and low level participants. This information was replaced in 2009–10 and 2011–12 with questions on types of facilities used for sport and physical activities. However, the types of facilities that were asked about in 2011–12 differ from the facilities covered in 2009–10, and therefore comparisons are not possible. Care should be taken when comparing data for the Northern Territory across the 2005–06, 2009–10 and 2011–12 surveys, as sample sizes limit the reliability of the estimates particularly at a detailed level. There have been changes to the definition of several sports and physical recreation activities. Estimates for Dancing/Ballet and Gymnastics should not be compared with previous surveys. The following sports and physical recreation activities are separately identified in the 2011-12 survey: Aerobics; Fitness/Gym; Football sports; Scuba diving/Snorkelling; and Weightlifting/Bodybuilding. These activities should not be compared with previous surveys. For further information, see the Changes to sport types. The 2009–10 CURF includes microdata relating to the three topics: 'Participation in sport and physical recreation', 'Spectator attendance at sporting events' and 'Attendance at cultural venues and events', while the 2011–12 CURF includes microdata on only 'Participation in sport and physical recreation'. The 2009–10 Expanded CURF consists of four data files – one file comprising data items relating to persons, one file comprising data items relating to each individual sport or physical recreation activity participated in by each respondent, one file relating to each individual sporting event attended by each respondent and one file relating to each individual cultural venue and event attended by each respondent. The 2011–12 Expanded CURF consists of two data files - one file comprising data items relating to persons and one file comprising data items relating to each individual sport or physical recreation activity participated in by each respondent. Document Selection These documents will be presented in a new window.
|