File: election.2008.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 (22 lines) | stat: -rw-r--r-- 659 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
\name{election.2008}
\alias{election.2008}
\docType{data}
\title{Poll data from 2008 U.S. Presidential Election}
\description{
Results of recent state polls in the 2008 United States Presidential
Election between Barack Obama and John McCain.
}
\usage{
election.2008
}
\format{
  A data frame with 51 observations on the following 4 variables.
  \describe{
  \item{State}{name of the state}
  \item{M.pct}{percentage of poll survey for McCain}
  \item{O.pct}{precentage of poll survey for Obama}
  \item{EV}{number of electoral votes}
  }
}
\source{Data collected by author in November 2008 from www.cnn.com website.}
\keyword{datasets}