powered by
pisa.var.labels prints and saves variable labels and names of participating countries in a text file
pisa.var.label(folder=getwd(), student.file, parent.file=c(), school.file=c(), name="Variable labels", output=getwd())
pisa.var.label returns a list with variable labels for the student, parent, and school data.
Directory path where the PISA data are located, if all the data are located in the same folder.
Student file name if 'folder' is provided, otherwise full path name of student dataset (required argument).
Parent file name if 'folder' is provided, otherwise full path name of parent dataset.
School file name if 'folder' is provided, otherwise full path name of school dataset.
Name of output file.
Folder where output file is located.
timssg4.var.label, timssg8.var.label, pirls.var.label
if (FALSE) { pisa.var.label(folder=getwd(), school.file="INT_SCQ12_DEC03.sav", student.file="INT_STU12_DEC03.sav", parent.file="INT_PAQ12_DEC03.sav") }
Run the code above in your browser using DataLab