User Tools

Site Tools


erds:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
erds:start [2018/09/14 13:11]
corley [Scripts to create the cross-site assessment wave file]
erds:start [2020/07/01 13:01]
corley [Testing Summary Files:]
Line 20: Line 20:
 Data from each assessment wave from each country is sent to a single location (currently IBG - Robin Corley) for creation of a unified assessment wave data set, e.g., IT (Initial Test) or F1 (Follow-Up 1). Selected variables from the individual waves are then combined into a working individual-level cross-assessment file, and a twin-pair (double-entered) cross-assessment file. Data from each assessment wave from each country is sent to a single location (currently IBG - Robin Corley) for creation of a unified assessment wave data set, e.g., IT (Initial Test) or F1 (Follow-Up 1). Selected variables from the individual waves are then combined into a working individual-level cross-assessment file, and a twin-pair (double-entered) cross-assessment file.
  
-====== Scripts to create the cross-site assessment wave file ======+==== Progress: ====
  
 +19-May-2020: Review of the status of the cumulative files has begun, and cumulative files from Australia, Colorado, and Sweden are being assessed for completeness.
  
-[[https://ibg.colorado.edu/mydms/out/out.ViewDocument.php?documentid=39 | Combine data from all three sites and creates a unified IT file (Initial Test/Pre-Kindergarten)]]   +In addition, creation of item-level files from the testing at each age is underway Review of what's on file is underway.
  
-[[https://ibg.colorado.edu/mydms/out/out.ViewDocument.php?documentid=3 | Combine data from all three sites and creates a unified F1 file (Follow-up 1/Post-Kindergarten)]].+Update of the files other than the item-level file expected by end of June, 2020 Drafts of item-level files expected by end of August, 2020.
  
-[[https://ibg.colorado.edu/mydms/out/out.ViewDocument.php?documentid=6 | Combine data from all three sites and creates a unified F2 file (Follow-up 2/Post-1st grade)]].+Documentation of the contents of each file expected by end of year, 2020 
 +==== Scripts to create the cross-site assessment wave file ====
  
-[[https://ibg.colorado.edu/mydms/out/out.ViewDocument.php?documentid=36 | Combine data from all three sites and creates a unified F3 file (Follow-up 3/Post-2nd Grade)]]. 
  
-[[https://ibg.colorado.edu/mydms/out/out.ViewDocument.php?documentid=49 | Combine data from Colorado and Sweden and creates a unified F4 file (Follow-up 4/Post-4th Grade)]].+  * [[https://ibg.colorado.edu/mydms/out/out.ViewDocument.php?documentid=39 | Combine data from all three sites and creates a unified IT file (Initial Test/Pre-Kindergarten)]].     
 +  * [[https://ibg.colorado.edu/mydms/out/out.ViewDocument.php?documentid=3 | Combine data from all three sites and creates a unified F1 file (Follow-up 1/Post-Kindergarten)]]. 
 +  * [[https://ibg.colorado.edu/mydms/out/out.ViewDocument.php?documentid=6 | Combine data from all three sites and creates a unified F2 file (Follow-up 2/Post-1st grade)]]. 
 +  * [[https://ibg.colorado.edu/mydms/out/out.ViewDocument.php?documentid=36 | Combine data from all three sites and creates a unified F3 file (Follow-up 3/Post-2nd Grade)]]. 
 +  * [[https://ibg.colorado.edu/mydms/out/out.ViewDocument.php?documentid=49 | Combine data from Colorado and Sweden and creates a unified F4 file (Follow-up 4/Post-4th Grade)]].
  
-====== Output files======+==== Testing Summary Files: ====
  
  
Line 44: Line 49:
     * F4 combined file: [[https://ibg.colorado.edu/mydms/out/out.ViewDocument.php?documentid=50| F4 (post-4th) data]]     * F4 combined file: [[https://ibg.colorado.edu/mydms/out/out.ViewDocument.php?documentid=50| F4 (post-4th) data]]
     * IT-F4 combined file: [[https://ibg.colorado.edu/mydms/out/out.ViewDocument.php?documentid=5| IT-F4 data]]     * IT-F4 combined file: [[https://ibg.colorado.edu/mydms/out/out.ViewDocument.php?documentid=5| IT-F4 data]]
 +    * Post-9th grade file: [[https://ibg.colorado.edu/mydms/out/out.ViewDocument.php?documentid=4767| Colorado-only data from post-9th grade follow-up]]
 +
 +** Additional Information files **
 +
 +    * IT-F4 health file: [[https://ibg.colorado.edu/mydms/out/out.ViewDocument.php?documentid=5320| IT-F4 twin health data]] [[erds:health_status_report| Status Report]]
 +    * Environmental measures: [[https://ibg.colorado.edu/mydms/out/out.ViewDocument.php?documentid=51| Environmental Measures]] [[erds:environment_status_report| Status Report]] 
 +    * Cumulative parent-teacher ratings: [[https://ibg.colorado.edu/mydms/out/out.ViewDocument.php?documentid=93| Child Behavior Ratings SPSS file]]  [[erds:behavior_status_report| Status Report]] 
 +**ACCESS for non-SPSS users**
 +
 +SPSS files can be read by SAS. If using R, this library package appears to "translate" SPSS .sav files adequately. A similar function is available for .por files, which are soon to be phased out of SPSS.
 +
 +<code>
 +library(haven)
 +df <- read_sav('kidpar.sav')
 +</code>
 +
 +The combined IT-F4 data can also be accessed as an Excel file with the data on one sheet and labeling information on a second.  This should allow access to those without ready access to SPSS.
 +
 +   * IT-F4 combined file: [[https://ibg.colorado.edu/mydms/out/out.ViewDocument.php?documentid=4766| IT-F4 data and labels in Excel format]]
 +
  
 ====== Using the data: ====== ====== Using the data: ======
erds/start.txt · Last modified: 2020/07/20 17:06 by corley