https://github.com/cran/MuMIn
Raw File
Tip revision: b2a6eed9b2d1582d6c2b9701fca08b54fc29aa40 authored by Kamil BartoĊ„ on 07 January 2016, 10:42:47 UTC
version 1.15.6
Tip revision: b2a6eed
data-GPA.Rd
\name{GPA}
\alias{GPA}
\encoding{utf-8}
\docType{data}
\title{Grade Point Average data}
\description{
First-year college Grade Point Average (\acronym{GPA}) from Graybill and Iyer (1994).
}

\usage{
GPA
}

\format{
\code{GPA} is a data frame with 5 variables. \var{y} is the first-year college
Grade Point Average (\acronym{GPA}) and \var{x1}-\var{x4} are four predictor variables
from standardized tests (\acronym{SAT}) administered before matriculation.


\describe{
   \item{y}{\acronym{GPA}}
   \item{x1}{math score on the \acronym{SAT}}
   \item{x2}{verbal score on the \acronym{SAT}}
   \item{x3}{high school math}
   \item{x4}{high school English}
}}

\source{
Graybill, F.A. and Iyer, H.K. (1994). \emph{Regression analysis: concepts and
applications}. Duxbury Press, Belmont, CA.
}

\references{
Burnham, K. P. and Anderson, D. R (2002) \emph{Model selection and multimodel
inference: a practical information-theoretic approach}. 2nd ed. New York,
Springer-Verlag.
}

\keyword{datasets}
back to top