Last data update: 2014.03.03

R: Days not Spent at School
schooldaysR Documentation

Days not Spent at School

Description

Data from a sociological study, the number of days absent from school is the response variable.

Usage

data("schooldays")

Format

A data frame with 154 observations on the following 5 variables.

race

race of the child, a factor with levels aboriginal and non-aboriginal.

gender

the gender of the child, a factor with levels female and male.

school

the school type, a factor with levels F0 (primary), F1 (first), F2 (second) and F3 (third form).

learner

how good is the child in learning things, a factor with levels average and slow.

absent

number of days absent from school.

Details

The data arise from a sociological study of Australian Aboriginal and white children reported by Quine (1975).

In this study, children of both sexes from four age groups (final grade in primary schools and first, second and third form in secondary school) and from two cultural groups were used. The children in age group were classified as slow or average learners. The response variable was the number of days absent from school during the school year. (Children who had suffered a serious illness during the years were excluded.)

Source

S. Quine (1975), Achievement Orientation of Aboriginal and White Adolescents. Doctoral Dissertation, Australian National University, Canberra.

Examples


  data("schooldays", package = "HSAUR2")
  plot.design(schooldays)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(HSAUR2)
Loading required package: tools
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/HSAUR2/schooldays.Rd_%03d_medium.png", width=480, height=480)
> ### Name: schooldays
> ### Title: Days not Spent at School
> ### Aliases: schooldays
> ### Keywords: datasets
> 
> ### ** Examples
> 
> 
>   data("schooldays", package = "HSAUR2")
>   plot.design(schooldays)
> 
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>