https://github.com/cran/LearnBayes
Raw File
Tip revision: 807bc1c85328bf5bfbcc356cfd27080adf54a05b authored by Jim Albert on 18 March 2018, 19:41:13 UTC
version 2.15.1
Tip revision: 807bc1c
marathontimes.Rd
\name{marathontimes}
\alias{marathontimes}
\docType{data}
\title{Marathon running times}
\description{
Running times in minutes for twenty male runners between the ages 20 and 29
who ran the New York Marathon.
}
\usage{
marathontimes
}
\format{
A data frame with 20 observations on the following 1 variable.
 \describe{
  \item{time}{running time}
  }
}
\source{www.nycmarathon.org website.}
\keyword{datasets}
back to top