| profs.nz {VGAMdata} | R Documentation |
This data set contains information on about 22 past or present professors of statistics in New Zealand universities.
data(profs.nz)
A data frame with 22 observations on the following 7 variables.
institutioncharacter,
with values "MU", "UA",
"UC", "UO", "UW", "VU",
the university affiliation.
The abbreviations are for:
Massey University,
University of Auckland,
University of Canterbury,
University of Otago,
University of Waikato and
Victoria University Wellington.
initialscharacter, first and middle and surname initials.
firstyeara numeric vector, the earliest indexed publication.
Surnamecharacter, the surname.
pubtotala numeric vector, the total number of publications.
ARPtotala numeric vector, the total number of author/related publications.
citesa numeric vector, the number of citations.
IDa numeric vector, the unique MR Author ID for each professor.
This data set contains information taken from the MathSciNet database on professors of statistics (and some related fields) affiliated with New Zealand universities.
In the future the following names may be added: C. F. Ansley, P. C. B. Phillips, B. S. Weir.
The data is compiled from http://www.ams.org/mathscinet by J. T. Gray in April 2014.
profs.nz profs.nz[order(with(profs.nz, pubtotal), decreasing = TRUE), ]