Learn R Programming

intsvy (version 2.9)

timssg8.var.label: Data labels

Description

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

Usage

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

Value

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

Arguments

folder

Directory path where the TIMSS G8 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, pirls.var.label, pisa.var.label

Examples

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

Run the code above in your browser using DataLab