Learn R Programming

intsvy (version 2.9)

pirls.var.label: Data labels

Description

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

Usage

pirls.var.label(folder = getwd(), name = "Variable labels", output = getwd())

Value

pirls.var.label returns a list with variable labels for the student, home, school, and teacher data.

Arguments

folder

Directory path where the PIRLS data are located. The data could be organized within folders but it should not be duplicated.

name

Name of output file.

output

Folder where output file is located.

See Also

timssg4.var.label, timssg8.var.label, pisa.var.label

Examples

Run this code
if (FALSE) {
pirls.var.label(folder= getwd())
}

Run the code above in your browser using DataLab