Stata
Products Purchase Support Company
Search
   >> Home >> Products >> Stata 11 >> Factor variables Bookmark and Share
order stataorder stata

Factor variables

Stata now handles factor (categorical) variables elegantly. You can now prefix a variable with i. to specify indicators for each level (category) of the variable. You can put a # between two variables to create an interaction–indicators for each combination of the categories of the variables. You can put ## instead to specify a full factorial of the variables—main effects for each variable and an interaction. If you want to interact a continuous variable with a factor variable, just prefix the continuous variable with c.. You can specify up to eight-way interactions.

We run a linear regression of cholesterol level on a full factorial of age group and whether the person smokes along with a continuous body mass index (bmi) and its interaction with whether the person smokes.

output

We could have used parenthesis binding, to type the same model more briefly:

. regress cholesterol smoker##(agegrp c.bmi)

Base levels can be changed on the fly: i.agegrp uses the default base level of 1, whereas b3.agegrp makes 3 the base level.

The level indicator variables are not created in your dataset, saving lots of space.

Factor variables are integrated deeply into Stata’s processing of variable lists, providing a consistent way of interacting with both estimation and postestimation commands.

For a complete list of new general statistics features in Stata 11, click here.

Back to highlights

Stata 11
Overview: Why use Stata?
Stata/MP
64-bit Stata
Capabilities
New in Stata 11
Highlights
Multiple imputation
Factor variables
Marginal analysis
GMM
Competing-risks regression
Fonts in graphics
PDF documentation
Variables Manager
Data Editor
Do-file Editor
State-space models
Dynamic-factor models
Multivariate GARCH models
Panel-data unit-root tests
Mata
Stata/MP
Time-series
Survival analysis
Panel data and mixed models
Multivariate methods
General statistics
Data management
Programming
Supported platforms
Which Stata package?
Technical support
User comments
Products
Stata 11
Order Stata
Upgrade
Training
Bookstore
Stata Journal
Stata Press
Stata News
STB
Stat/Transfer
Gift Shop

Site overview
Products
Resources & support
Company
Site index

© Copyright 1996–2009 StataCorp LP   |   Terms of use   |   Privacy   |   Contact us   |   Site index