Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | "G. Dai" <dgecon@gmail.com> |
To | statalist@hsphsun2.harvard.edu |
Subject | st: about centile and r(c_#) |
Date | Wed, 7 Apr 2010 10:27:24 -0700 |
hi all, I'm lit bit confused by centile. for example ************************ .clear .sysuse auto . centile price, c(30 60) -- Binom. Interp. -- Variable | Obs Percentile Centile [95% Conf. Interval] -------------+------------------------------------------------------------- price | 74 30 4424.5 4110.565 4679.134 | 60 5705 4912.708 6232.007 ************************* then I want to know the values of centiles, say ***************************** . di r(c_30) ***************************** I get missing values. while ************************** . di $S_7 4424.5 ********************** so, why r(c_30) doesn't work and why $S_7 works? thanks, Guang * * 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/