| |
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]
Re: st: program to calculate specific percentiles
At 09:43 AM 7/19/2006, Dirk Nachbar wrote:
All
here is a program to calculate specific percentiles. unfortunately
it reports a syntax error and I don't know why.
capture program drop perc
program define perc
version 8.2
syntax varlist [if] [in], [by(name)] groups(int 10) gen(name)
The ] is in the wrong place. It should be at the end of the line.
There may be other errors. If you type
set trace on
you'll be able to track them down better. e.g. This line
if `by' != "" {
should probably be
if "`by'" != "" {
-------------------------------------------
Richard Williams, Notre Dame Dept of Sociology
OFFICE: (574)631-6668, (574)631-6463
FAX: (574)288-4373
HOME: (574)289-5227
EMAIL: [email protected]
WWW (personal): http://www.nd.edu/~rwilliam
WWW (department): http://www.nd.edu/~soc
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/