https://github.com/cran/BayesDA
Raw File
Tip revision: 0945a3ee1c7c8cf95132c80ea2588236e3c7b213 authored by Kjetil Halvorsen on 20 February 2008, 00:00:00 UTC
version 1.0-0
Tip revision: 0945a3e
newyork.Rd
\name{newyork}
\alias{newyork}
\docType{data}
\title{ Population of Municipalities in New York  }
\description{
   Population in all 804 municipalities in new York state in 1960, and two
   independent random samples from it. 
}
\usage{data(newyork)}
\format{
  A data frame with 804 observations on the following 2 variables.
  \describe{
    \item{\code{population}}{a numeric vector Population}
    \item{\code{code}}{ 400 if in sample 1, 300 if in sample 2, 200
                if in both, and 100 if in neither}
  }
}
\details{
  Discussed on page 265 of second edition.
}
\source{
  
}
\references{
  
}
\examples{
data(newyork)
str(newyork)
}
\keyword{datasets}
back to top