File: calculus.grades.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 (21 lines) | stat: -rw-r--r-- 599 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
\name{calculus.grades}
\alias{calculus.grades}
\docType{data}
\title{Calculus grades dataset}
\description{
Grades and other variables collected for a 
sample of calculus students.
}
\usage{
calculus.grades
}
\format{
   A data frame with 100 observations on the following 3 variables.
  \describe{
  \item{grade}{indicates if student received a A or B in class}
  \item{prev.grade}{indicates if student received a A in prerequisite math class}
  \item{act}{score on the ACT math test}
  }
}
\source{Collected by a colleague of the author at his university.}
\keyword{datasets}