Fred Wolfe <[email protected]> writes about -clist-:
> -clist- does not appear to work in Stata 11.
>
> . sysuse auto
> (1978 Automobile Data)
>
> . l price mpg in 1/5
>
> +-------------+
> | price mpg |
> |-------------|
> 1. | 4,099 22 |
> 2. | 4,749 17 |
> 3. | 3,799 22 |
> 4. | 4,816 20 |
> 5. | 7,827 15 |
> +-------------+
>
> . clist price mpg in 1/5
>
>
> 0.
>
> . clist price mpg
>
> 0.
Fred is correct. -clist- will be restored in the first update to Stata 11,
which should be available by the end of the month. In the meantime,
-list, clean- is a useful alternative to -clist-:
. list price mpg in 1/5, clean
price mpg
1. 4,099 22
2. 4,749 17
3. 3,799 22
4. 4,816 20
5. 7,827 15
Alan
[email protected]
*
* 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/