1
2
3
4
5
#

Name:

Description:

Researchers interested in the relationship between absenteeism from school and certain demographic characteristics of children collected data from 146 randomly sampled students in rural New South Wales, Australia, in a particular school year.

Variables:

  • eth - Ethnicity, representing Aboriginal (`A`) or not (`N`).

  • sex - Gender.

  • age - Age bucket.

  • lrn - Learner status, with average learner (`AL`) and slow learner (`SL`).

  • days - Number of days absent.

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

Venables WN, Ripley BD. 2002. Modern Applied Statistics with S. Fourth Edition. New York: Springer. Data can also be found in the R `MASS` package under the data set name `quine`.

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/Absenteeism_1354_54.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.