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: compounding interest; OOPS!
From
David Kantor <[email protected]>
To
[email protected]
Subject
Re: st: compounding interest; OOPS!
Date
Fri, 23 Jul 2010 14:55:35 -0400
OOPS, again!
Make that
gen y = x if _n==1
replace y = x * y[_n-1] if _n>1
*
* 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/