File: achievement.Rd

package info (click to toggle)
r-cran-learnbayes 2.15.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,864 kB
  • sloc: sh: 15; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 740 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
\name{achievement}
\alias{achievement}
\docType{data}
\title{School achievement data}
\description{
Achievement data for a group of Austrian school children
}
\usage{
achievement
}
\format{
  A data frame with 109 observations on the following 7 variables.
  \describe{
  \item{Gen}{gender of child where 0 is male and 1 is female}
  \item{Age}{age in months}
  \item{IQ}{iq score}
  \item{math1}{test score on mathematics computation}
  \item{math2}{test score on mathematics problem solving}
  \item{read1}{test score on reading speed}
  \item{read2}{test score on reading comprehension}
  }
}
\source{
Abraham, B., and Ledolter, J. (2006), Introduction to Regression Modeling, 
Duxbury.
}

\keyword{datasets}