Skip to contents

Award information for managers awards

Usage

data(AwardsManagers)

Format

A data frame with 228 observations on the following 6 variables.

playerID

Manager (player) 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

Source

Lahman, S. (2025) Lahman's Baseball Database, 1871-2024, 2025 version, https://sabr.org/lahman-database/

Examples

# 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                       2
#>   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                       3
#>   2005                         2                       2
#>   2006                         2                       2
#>   2007                         2                       2
#>   2008                         2                       2
#>   2009                         2                       2
#>   2010                         2                       2
#>   2011                         2                       2
#>   2012                         2                       2
#>   2013                         2                       2
#>   2014                         2                       2
#>   2015                         2                       2
#>   2016                         2                       2
#>   2017                         2                       2
#>   2018                         2                       3
#>   2019                         2                       2
#>   2020                         2                       2
#>   2021                         2                       2
#>   2022                         2                       2
#>   2023                         2                       3
#>   2024                         2                       2
#>       awardID
#> yearID This Year in Baseball Manager of the Year
#>   1936                                         0
#>   1937                                         0
#>   1938                                         0
#>   1939                                         0
#>   1940                                         0
#>   1941                                         0
#>   1942                                         0
#>   1943                                         0
#>   1944                                         0
#>   1945                                         0
#>   1946                                         0
#>   1947                                         0
#>   1948                                         0
#>   1949                                         0
#>   1950                                         0
#>   1951                                         0
#>   1952                                         0
#>   1953                                         0
#>   1954                                         0
#>   1955                                         0
#>   1956                                         0
#>   1957                                         0
#>   1958                                         0
#>   1959                                         0
#>   1960                                         0
#>   1961                                         0
#>   1962                                         0
#>   1963                                         0
#>   1964                                         0
#>   1965                                         0
#>   1966                                         0
#>   1967                                         0
#>   1968                                         0
#>   1969                                         0
#>   1970                                         0
#>   1971                                         0
#>   1972                                         0
#>   1973                                         0
#>   1974                                         0
#>   1975                                         0
#>   1976                                         0
#>   1977                                         0
#>   1978                                         0
#>   1979                                         0
#>   1980                                         0
#>   1981                                         0
#>   1982                                         0
#>   1983                                         0
#>   1984                                         0
#>   1985                                         0
#>   1986                                         0
#>   1987                                         0
#>   1988                                         0
#>   1989                                         0
#>   1990                                         0
#>   1991                                         0
#>   1992                                         0
#>   1993                                         0
#>   1994                                         0
#>   1995                                         0
#>   1996                                         0
#>   1997                                         0
#>   1998                                         0
#>   1999                                         0
#>   2000                                         0
#>   2001                                         0
#>   2002                                         0
#>   2003                                         1
#>   2004                                         1
#>   2005                                         1
#>   2006                                         1
#>   2007                                         1
#>   2008                                         1
#>   2009                                         1
#>   2010                                         1
#>   2011                                         1
#>   2012                                         1
#>   2013                                         1
#>   2014                                         1
#>   2015                                         0
#>   2016                                         0
#>   2017                                         0
#>   2018                                         0
#>   2019                                         0
#>   2020                                         0
#>   2021                                         0
#>   2022                                         0
#>   2023                                         0
#>   2024                                         0

# 1996 award winners
subset(AwardsManagers, yearID == 1996)
#>      playerID                   awardID yearID lgID  tie notes
#> 97  bochybr01 BBWAA Manager of the Year   1996   NL <NA>  <NA>
#> 98  bochybr01   TSN Manager of the Year   1996   NL <NA>  <NA>
#> 99  oatesjo01 BBWAA Manager of the Year   1996   AL    Y  <NA>
#> 100 oatesjo01   TSN Manager of the Year   1996   AL <NA>  <NA>
#> 101 torrejo01 BBWAA Manager of the Year   1996   AL    Y  <NA>

# AL winners of the BBWAA managerial award
subset(AwardsManagers, awardID == "BBWAA Manager of the year" &
                          lgID == "AL")
#> [1] playerID awardID  yearID   lgID     tie      notes   
#> <0 rows> (or 0-length row.names)

# Tony LaRussa's manager of the year awards
subset(AwardsManagers, playerID == "larusto01")
#>      playerID                   awardID yearID lgID  tie notes
#> 48  larusto01 BBWAA Manager of the Year   1983   AL <NA>  <NA>
#> 49  larusto01   TSN Manager of the Year   1983   ML <NA>  <NA>
#> 65  larusto01 BBWAA Manager of the Year   1988   AL <NA>  <NA>
#> 66  larusto01   TSN Manager of the Year   1988   AL <NA>  <NA>
#> 81  larusto01 BBWAA Manager of the Year   1992   AL <NA>  <NA>
#> 82  larusto01   TSN Manager of the Year   1992   AL <NA>  <NA>
#> 123 larusto01 BBWAA Manager of the Year   2002   NL <NA>  <NA>