Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: st: How to Convert Nominal GDP to Real GDP


From   "Lovisa Persson" <[email protected]>
To   <[email protected]>
Subject   RE: st: How to Convert Nominal GDP to Real GDP
Date   Fri, 21 Sep 2012 10:44:08 +0200

Hello!

Is your variable CPI an index with value 100 or 1 at base year 2000?

In that case you do what Lukas recommended.

If the CPI is in rate of change from year to year,  you first need to
generate a price index variable with base year 2000 , and THEN you do what
the previous responder told you.

generate index=1
replace index=1+cpi if year==2001

and then you impute the rest of the values...

replace index=(cpi2001+1)*(cpi2002+1) if year==2002
replace index= (cpi2001+1)*(cpi2002+1)* (cpi2003+1) if year==2003

You impute the actual values of the CPI in rate of change...

Now you have an index which you can use to generate your Real GDP variable.
Using your nominal GDP variable and divide it by the index just as described
below.

Lovisa

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Lukas Borkowski
Sent: den 21 september 2012 09:54
To: [email protected]
Subject: Re: st: How to Convert Nominal GDP to Real GDP

Hello Shawn,

the answer would be -gen realgdp = gdp/cpi-

Regards,

Lukas

#
Lukas Borkowski



Am 21.09.2012 um 06:56 schrieb Shawn Meyer:

> Dear Statalisters,
> I am new user to STATA. I am requesting if you could teach me something
which sounds very simple. I have a panel data on GDP of over 100 countries
for 10 years; from 2000 to 2010 with four variables id, year, GDP and CPI.
Now I want to generate a new variable REALGDP so that I get real GDP for
each country (id), with 2000 as the base year. Could you please help me how
to do it? 
> Thank you. 
> Shawn 		 	   		  
> *
> *   For searches and help try:
> *   http://www.stata.com/help.cgi?search
> *   http://www.stata.com/support/statalist/faq
> *   http://www.ats.ucla.edu/stat/stata/
> 


*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/

*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index