Dear all,
I have a very basic question. I am running a simple logit and want to know
how to "feed" the data to the logit command.
I have Y= whether a person took a private car (1)or public transit (0)on a
given trip. My possible explanatory variables are, as reported by travelers
in an Origin Destination Survey:
-income per person (continuous),
-average distance between zones (average),
-travel time for the mode they used (continuous),
-number of vehicles available to the household this traveler belongs to
(0,1,2..)
-income bracket that this traveler's household belongs to (about 5
categories).
I will also be creating a
-cost variable (fare paid if public transit was used, parking and gas
expenses dependent on the average distance traveled.
Do I just give Stata this information as is, even if one variable is an
average, another is categorical and another is continuous (per person)?
I would hate to bunch all of them into categories because it seems to me I'd
lose a lot of information by doing this.
Any help with this would be appreciated, or if there is a book or paper I
can refer to, please let me know.
Thanks!
Julia A. Gamas
Program on Urban, Regional and Global Air Pollution
MIT
*
* 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/
me again. to create separate dummies for a categorial variable, you have
to use the - tabulate var, generate(newvar) - command (and not the table
command). oops.