All pastes #2121038 Raw Edit

Someone

public text v1 · immutable
#2121038 ·published 2012-02-23 14:28 UTC
rendered paste body
* note shazam commads are in CAPITALS comments begin with * * always leave the following in * * tell Shazam how many observations (1990-2010) SAMPLE 1 21 * * * * * * READ
tell it how many variables and assign names and read in data note: PCE96 is real personal consumption expenditures
DPI96 is real personal disposable income SP500 is the S&P 500 index (proxy for wealth) PCEPI is the consumer price index
YEAR PCE96 DPI96 SP500 PCEPI 1990 5313.7 5893.6 334.6 72.2
1
1991 5321.8 5943.1 376.2 74.8 1992 5503.2 6152.5 415.8 77.0 1993 5698.6 6255.3 451.6 78.7 1994 5916.2 6455.9 460.4 80.3 1995 6076.3 6648.7 541.7 82.1 1996 6288.3 6867.8 670.5 83.9 1997 6520.4 7110.4 873.4 85.4 1998 6862.4 7535.5 1085.5 86.2 1999 7237.7 7763.5 1327.3 87.6 2000 7604.6 8157.9 1427.2 89.8 2001 7810.4 8356.3 1194.2 91.5 2002 8018.3 8633.4 993.9 92.8 2003 8244.5 8850.5 965.2 94.7 2004 8515.8 9152.8 1130.7 97.1 2005 8803.5 9277.4 1207.2 100.0 2006 9054.5 9652.8 1310.5 102.7 2007 9262.9 9880.3 1477.2 105.5 2008 9211.7 10119.4 1220.0 108.9 2009 9037.5 9883.3 948.1 109.2 2010 9220.9 10061.7 1140.0 111.1
* ------------------------------ *
* print the data PRINT YEAR PCE96 DPI96 SP500 PCEPI STOP