QSchools {SRMData}R Documentation

Queensland school children

Description

The number of four-year-old students enrolled at school in Queensland (Australia), classified by sex, school type and whether the students are First Nations students (in 2019).

Usage

data(QSchools)

Format

A data frame with 8 rows and 4 columns:

Sex

Sex of the student; one of F (female) or M (male)

FNations

The first-nations status; one of Yes (First Nations students) or No (non-First Nations students)

School

The school type; one of Government or Non-government

Counts

The number of four-year-old students meeting the designated criteria

Source

Collated by Peter K. Dunn, obtained from data at the Australian Bureau of Statistics, web page (https://www.abs.gov.au) in 2023.

References

Peter K. Dunn. Generalized linear models. In R. J. Tierney, F. Rizvi, and K. Erkican, editors, International Encyclopedia of Education, pages 583–589. Elsevier, 2023.


[Package SRMData version 1.0.1 Index]