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: Error message I don't understand
From
Sergiy Radyakin <[email protected]>
To
[email protected]
Subject
Re: st: Error message I don't understand
Date
Fri, 15 Oct 2010 11:53:17 -0400
This is easy: you have a mistake in specifying the format. Should be
f(%9.0f) and remove the word "format".
Best, Sergiy Radyakin
On Fri, Oct 15, 2010 at 11:25 AM, <[email protected]> wrote:
> I have a long program to produce some simple tables, but get what seems to be an unrelated error message. Could someone help me?
>
> Here are my commands:
>
> sort cmanew;
>
> by cmanew: table vismin lf_act [weight = wt], c(sum counter) format f(9.0) col row center;
>
>
> Here is the error message:
>
>
> -> cmanew = Toronto.......
> (frequency weights assumed)
> factor variables and time-series operators not allowed
>
> Bob Billings
> Chief, Data Development and Research
>> Labour Standards and Workplace Equity
>> Labour Program, HRSDC
>> Phone: (819) 953-7517
> Cell: (613) 808-6104
>> e-mail: [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/
>
*
* 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/