Description Usage Arguments Value See Also Examples
View source: R/pisa.var.label.R
pisa.var.labels prints and saves variable labels and names of participating countries in a text file
1 2 |
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
1 2 3 4 5 | ## 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.