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 [2018/09/14 13:50]
corley [Output files:]
Line 44: Line 44:
     * 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]]
 +
 +**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