R Dataset / Package Ecdat / USGDPpresidents
Attachment | Size |
---|---|
dataset-48661.csv | 17.07 KB |
Documentation |
---|
On this Picostat.com statistics page, you will find information about the USGDPpresidents data set which pertains to US GDP per capita with presidents and wars. The USGDPpresidents data set is found in the Ecdat R package. Try to load the USGDPpresidents data set in R by issuing the following command at the console data("USGDPpresidents"). This may load the data into a variable called USGDPpresidents. If R says the USGDPpresidents data set is not found, you can try installing the package by issuing this command install.packages("Ecdat") and then attempt to reload the data with library("Ecdat") followed by data("USGDPpresidents"). Perhaps strangley, if R gives you no output after entering a command, it means the command succeeded. If it succeeded you can see the data by typing USGDPpresidents at the command-line which should display the entire dataset. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the USGDPpresidents R data set. The size of this file is about 17,484 bytes. US GDP per capita with presidents and warsDescriptionIt is commonly claimed that Franklin Roosevelt (FDR) did not end the Great Depression: World War II (WW2) did. This is supported by the 10.6 percent growth per year in Gross Domestic Product (GDP) per capita seen in the standard GDP estimates from 1940 to 1945. It is also supported by the rapid decline in unemployment during the war. However, no comparable growth spurts in GDP per capita catch the eye in a plot of log(GDP per capita) from 1790 to 2015, whether associated with a war or not, using the Measuring Worth data. The only other features of that plot that seem visually comparable are the economic disaster of Herbert Hoover's presidency (when GDP per capital fell by 10 percent per year, 1929-1932), the impressive growth of the US economy during the first seven years of Franklin Roosevelt's presidency (6.4 percent per year, 1933-1940), and the post-World War II recession (when GDP per capita fell by 7.9 percent per year, 1945-1947). Closer inspection of this plot suggests that the US economy has generally grown faster after FDR than before. This might plausibly be attributed to "The Keynesian Ascendancy 1939-1979". Unemployment dropped during the First World War as it did during WW2. Comparable data are not available for the U.S. during other major wars, most notably the American Civil War and the Mexican-American War. This data set provides a platform for testing the effects of presidency, war, and Keynes. It does this by combining the numbers for US population and real GDP per capital dollars from Measuring Worth with the presidency and a list of major wars and an estimate of the battle deaths by year per million population. US unemployment is also considered. Usagedata(USGDPpresidents) FormatA
Detailsrownames(USGDPpresidents) = Year Author(s)Spencer Graves SourceLouis Johnston and Samuel H. Williamson, "What Was the U.S. GDP Then?", Measuring Worth, accessed 2015-09-08. Lawrence H. Officer and Samuel H. Williamson (2015) 'The Annual Consumer Price Index for the United States, 1774-2014,' MeasuringWorth, accessed 2015-09-19. Sarkees, Meredith Reid; Wayman, Frank (2010). "The Correlates of War Project: COW War Data, 1816 - 2007 (v4.0)", accessed 2015-09-02. Wikipedia, "List of wars involving the United States", accessed 2015-09-13. Wikipedia, "Unemployment in the United States". See also https://en.wikipedia.org/wiki/User_talk:Peace01234#Unemployment_Data. Accessed 2016-07-08. Stanley Lebergott (1964). Manpower in Economic Growth: The American Record since 1800. Pages 164-190. New York: McGraw-Hill. Cited from Wikipedia, "Unemployment in the United States", accessed 2016-07-08. Christina Romer (1986). "Spurious Volatility in Historical Unemployment Data", The Journal of Political Economy, 94(1): 1-37. Robert M. Coen (1973) Labor Force and Unemployment in the 1920's and 1930's: A Re-Examination Based on Postwar Experience", The Review of Economics and Statistics, 55(1): 46-55. Examples## ## GDP, Presidents and Wars ## data(USGDPpresidents) (wars <- levels(USGDPpresidents$war)) nWars <- length(wars) plot(realGDPperCapita/1000~Year, USGDPpresidents, log='y', type='l', ylab='average annual income (K$)', las=1) abline(v=c(1929, 1933, 1945), lty='dashed') text(1930, 2.5, "Hoover", srt=90, cex=0.9) text(1939.5, 30, 'FDR', srt=90, cex=1.1, col='blue')# label wars (logGDPrange <- log(range(USGDPpresidents$realGDPperCapita, na.rm=TRUE)/1000)) (yrRange <- range(USGDPpresidents$Year)) (yrMid <- mean(yrRange)) for(i in 2:nWars){ w <- wars[i] sel <- (USGDPpresidents$war==w) yrs <- range(USGDPpresidents$Year[sel]) abline(v=yrs, lty='dotted', col='grey') yr. <- mean(yrs) w.adj <- (0.5 - 0.6*(yr.-yrMid)/diff(yrRange)) logy <- (logGDPrange[1]+w.adj*diff(logGDPrange)) y. <- exp(logy) text(yr., y., w, srt=90, col='red', cex=0.5) }## ## CPI v. GDPdeflator ## plot(GDPdeflator~CPI, USGDPpresidents, type='l', log='xy') ## ## Unemployment ## plot(unemployment~Year, USGDPpresidents, type='l') -- Dataset imported from https://www.r-project.org. |
Picostat Manual |
---|
How To Register With a Username
How To Register With Google Single Sign On (SSO)
How To Login With a Username and Password
How To Login With Google Single Sign On (SSO)
How To Import a Dataset
How To Perform Statistical Analysis with Picostat
How To Use Educational Applications with Picostat
|
Recent Queries For This Dataset |
---|
No queries made on this dataset yet. |
Title | Authored on | Content type |
---|---|---|
OpenIntro Statistics Dataset - unemploy_pres | August 9, 2020 - 2:38 PM | Dataset |
OpenIntro Statistics Dataset - house | August 9, 2020 - 12:25 PM | Dataset |
R Dataset / Package evir / nidd.annual | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package Stat2Data / WeightLossIncentive4 | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package HSAUR / clouds | March 9, 2018 - 1:06 PM | Dataset |