AwardsManagers {Lahman} | R Documentation |
Award information for managers awards
data(AwardsManagers)
A data frame with 156 observations on the following 6 variables.
managerID
Manager ID code
awardID
Name of award won
yearID
Year
lgID
League; a factor with levels AL
NL
tie
Award was a tie (Y or N)
notes
Notes about the award
Lahman, S. (2010) Lahman's Baseball Database, 1871-2012, 2012 version, http://baseball1.com/statistics/
# Post-season managerial awards
# Number of recipients of each award by year
with(AwardsManagers, table(yearID, awardID))
## awardID
## yearID BBWAA Manager of the year TSN Manager of the Year
## 1936 0 1
## 1937 0 1
## 1938 0 1
## 1939 0 1
## 1940 0 1
## 1941 0 1
## 1942 0 1
## 1943 0 1
## 1944 0 1
## 1945 0 1
## 1946 0 1
## 1947 0 1
## 1948 0 1
## 1949 0 1
## 1950 0 1
## 1951 0 1
## 1952 0 1
## 1953 0 1
## 1954 0 1
## 1955 0 1
## 1956 0 1
## 1957 0 1
## 1958 0 1
## 1959 0 1
## 1960 0 1
## 1961 0 1
## 1962 0 1
## 1963 0 1
## 1964 0 1
## 1965 0 1
## 1966 0 1
## 1967 0 1
## 1968 0 1
## 1969 0 1
## 1970 0 1
## 1971 0 1
## 1972 0 1
## 1973 0 1
## 1974 0 1
## 1975 0 1
## 1976 0 1
## 1977 0 1
## 1978 0 1
## 1979 0 1
## 1980 0 1
## 1981 0 1
## 1982 0 1
## 1983 2 1
## 1984 2 1
## 1985 2 1
## 1986 2 2
## 1987 2 2
## 1988 2 3
## 1989 2 2
## 1990 2 2
## 1991 2 2
## 1992 2 2
## 1993 2 2
## 1994 2 2
## 1995 2 2
## 1996 3 2
## 1997 2 2
## 1998 2 2
## 1999 2 2
## 2000 2 2
## 2001 2 2
## 2002 2 2
## 2003 2 2
## 2004 2 2
## 2005 2 2
## 2006 2 2
## 2007 2 2
## 2008 2 0
## 2009 2 0
## 2010 2 0
## 2011 2 0
## 2012 2 0
# 1996 award winners
subset(AwardsManagers, yearID == 1996)
## managerID awardID yearID lgID tie notes
## 27 oatesjo01m BBWAA Manager of the year 1996 AL Y NA
## 28 torrejo01m BBWAA Manager of the year 1996 AL Y NA
## 29 bochybr01m BBWAA Manager of the year 1996 NL <NA> NA
## 133 bochybr01m TSN Manager of the Year 1996 NL <NA> NA
## 134 oatesjo01m TSN Manager of the Year 1996 AL <NA> NA
# AL winners of the BBWAA managerial award
subset(AwardsManagers, awardID == "BBWAA Manager of the year" &
lgID == "AL")
## managerID awardID yearID lgID tie notes
## 1 larusto01m BBWAA Manager of the year 1983 AL <NA> NA
## 3 andersp01m BBWAA Manager of the year 1984 AL <NA> NA
## 5 coxbo01m BBWAA Manager of the year 1985 AL <NA> NA
## 7 mcnamjo99m BBWAA Manager of the year 1986 AL <NA> NA
## 9 andersp01m BBWAA Manager of the year 1987 AL <NA> NA
## 11 larusto01m BBWAA Manager of the year 1988 AL <NA> NA
## 13 robinfr02m BBWAA Manager of the year 1989 AL <NA> NA
## 15 torboje01m BBWAA Manager of the year 1990 AL <NA> NA
## 17 kellyto01m BBWAA Manager of the year 1991 AL <NA> NA
## 19 larusto01m BBWAA Manager of the year 1992 AL <NA> NA
## 21 lamonge01m BBWAA Manager of the year 1993 AL <NA> NA
## 23 showabu99m BBWAA Manager of the year 1994 AL <NA> NA
## 25 pinielo01m BBWAA Manager of the year 1995 AL <NA> NA
## 27 oatesjo01m BBWAA Manager of the year 1996 AL Y NA
## 28 torrejo01m BBWAA Manager of the year 1996 AL Y NA
## 30 johnsda02m BBWAA Manager of the year 1997 AL <NA> NA
## 32 torrejo01m BBWAA Manager of the year 1998 AL <NA> NA
## 34 williji03m BBWAA Manager of the year 1999 AL <NA> NA
## 36 manueje01m BBWAA Manager of the year 2000 AL <NA> NA
## 38 pinielo01m BBWAA Manager of the year 2001 AL <NA> NA
## 40 sciosmi01m BBWAA Manager of the year 2002 AL <NA> NA
## 42 penato01m BBWAA Manager of the year 2003 AL <NA> NA
## 44 showabu99m BBWAA Manager of the year 2004 AL <NA> NA
## 46 guilloz01m BBWAA Manager of the year 2005 AL <NA> NA
## 48 leylaji99m BBWAA Manager of the year 2006 AL <NA> NA
## 50 wedgeer01m BBWAA Manager of the year 2007 AL <NA> NA
## 52 maddojo99m BBWAA Manager of the year 2008 AL <NA> NA
## 54 sciosmi01m BBWAA Manager of the year 2009 AL <NA> NA
## 56 gardero01m BBWAA Manager of the year 2010 AL <NA> NA
## 58 maddojo99m BBWAA Manager of the year 2011 AL <NA> NA
## 60 melvibo01m BBWAA Manager of the year 2012 AL <NA> NA
# Tony LaRussa's manager of the year awards
subset(AwardsManagers, managerID == "larusto01m")
## managerID awardID yearID lgID tie notes
## 1 larusto01m BBWAA Manager of the year 1983 AL <NA> NA
## 11 larusto01m BBWAA Manager of the year 1988 AL <NA> NA
## 19 larusto01m BBWAA Manager of the year 1992 AL <NA> NA
## 41 larusto01m BBWAA Manager of the year 2002 NL <NA> NA
## 109 larusto01m TSN Manager of the Year 1983 ML <NA> NA
## 116 larusto01m TSN Manager of the Year 1988 AL <NA> NA
## 125 larusto01m TSN Manager of the Year 1992 AL <NA> NA