View source: R/pisa.var.label.R
pisa.var.label | R Documentation |
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())
folder |
Directory path where the PISA data are located, if all the data are located in the same folder. |
student.file |
Student file name if 'folder' is provided, otherwise full path name of student dataset (required argument). |
parent.file |
Parent file name if 'folder' is provided, otherwise full path name of parent dataset. |
school.file |
School file name if 'folder' is provided, otherwise full path name of school dataset. |
name |
Name of output file. |
output |
Folder where output file is located. |
pisa.var.label returns a list with variable labels for the student, parent, and school data.
timssg4.var.label, timssg8.var.label, pirls.var.label
## Not run:
pisa.var.label(folder=getwd(), school.file="INT_SCQ12_DEC03.sav",
student.file="INT_STU12_DEC03.sav", parent.file="INT_PAQ12_DEC03.sav")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.