Learn R Programming

intsvy (version 2.9)

pisa.var.label: Data labels

Description

pisa.var.labels prints and saves variable labels and names of participating countries in a text file

Usage

pisa.var.label(folder=getwd(), student.file, parent.file=c(), school.file=c(), 
name="Variable labels", output=getwd())

Value

pisa.var.label returns a list with variable labels for the student, parent, and school data.

Arguments

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.

See Also

timssg4.var.label, timssg8.var.label, pirls.var.label

Examples

Run this code
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