https://github.com/cran/VGAMdata
Revision f3b5204d231df0b9cbafaf36177545a37c3528cb authored by Thomas Yee on 31 May 2016, 13:12:48 UTC, committed by cran-robot on 31 May 2016, 13:12:48 UTC
1 parent 0bda2e8
Raw File
Tip revision: f3b5204d231df0b9cbafaf36177545a37c3528cb authored by Thomas Yee on 31 May 2016, 13:12:48 UTC
version 1.0-2
Tip revision: f3b5204
huie.Rd
\name{huie}
\alias{huie}
\docType{data}
\title{
Harvard University International Enrollments

%%   ~~ data name/kind ... ~~
}
\description{
  A two-way table of counts; there are 12
  degrees and 8 areas of the world.

%%  ~~ A concise (1-5 lines) description of the dataset. ~~
}
\usage{data(huie)}
\format{
  The format is:
 chr "huie"
}
\details{
  The rownames and colnames have been edited.
  The full colnames are:
Africa,
Asia,
Europe,
Caribbean and Central and and South America,
Middle East,
North America,
Oceania,
Stateless.

The data was for the autumn (Fall) of 2010.
GSAS stands for Graduate School of Arts and Sciences.
See the URL below for more technical details supporting the data.



%%  ~~ If necessary, more details than the __description__ above ~~
}
\source{
  \url{http://www.provost.harvard.edu/institutional_research/factbook.php}


%%  ~~ reference to a publication or URL from which the data were obtained ~~
}
\seealso{
    \code{\link{hued}},
    \code{\link{huse}}.

}

%%\references{
%%  ~~ possibly secondary sources and usages ~~
%%}
\examples{
print(huie)
## maybe str(huie) ; plot(huie) ...
}
\keyword{datasets}
back to top