Learn R Programming

intsvy (version 2.9)

pirls.select.merge: Select and merge data

Description

pirls.select.merge selects and merges data from PIRLS. Achievement and weight variabels (all of them) are selected by default.

Usage

pirls.select.merge(folder = getwd(), countries, student = c(), 
    home, school, teacher)

Value

pirls.select.merge returns a data frame with the selected data from PIRLS.

Arguments

folder

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

countries

The selected countries, supplied with the abbreviation (e.g., countries=c("AUT", "BGR") or codes (countries=c(40, 100)). If no countries are selected, all are selected.

student

The data labels for the selected student variables.

home

The data labels for the selected home background variables.

school

The data labels for the selected school variables.

teacher

The data labels for the selected teacher data.

See Also

timssg4.select.merge, timssg8.select.merge, pisa.select.merge

Examples

Run this code
if (FALSE) {
pirls <- pirls.select.merge(folder= getwd(),
                countries= c(36, 40, 31, 957),
                student= c("ITSEX", "ASDAGE", "ASBGSMR"),
                home= c("ASDHEDUP", "ASDHOCCP", "ASDHELA", "ASBHELA"),
                school= c("ACDGDAS", "ACDGCMP", "ACDG03"))
}

Run the code above in your browser using DataLab