pisa.var.label: Data labels

View source: R/pisa.var.label.R

pisa.var.labelR Documentation

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())

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.

Value

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

See Also

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

Examples

## 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)

intsvy documentation built on Oct. 3, 2023, 1:07 a.m.