File: soccergoals.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 (19 lines) | stat: -rw-r--r-- 474 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
\name{soccergoals}
\alias{soccergoals}
\docType{data}
\title{Goals scored by professional soccer team}
\description{
Number of goals scored by a single professional soccer team
during the 2006 Major League Soccer season}

\usage{
soccergoals
}
\format{
  A data frame with 35 observations on the following 1 variable.
  \describe{
  \item{goals}{number of goals scored}
  }
}
\source{Collected by author from the www.espn.com website.}
\keyword{datasets}