Hi,
I am estimating a non-linear model by using clogit. My group variable is "industry by year". I also have 2 categorical variables (d1 and d2) that take values of 0, 1, or 2. I want to see the interaction between a continuous variable c1 and d1 and d2. You can see my code below:
clogit y c1##i.d1##i.d2, group(ind_year)
When I have fixed effects in logit models, I look at the number of observations per dummy variable to minimize the bias. However, in a clogit model, I am not sure if I should look at # of observations within each group (industry by year) or total? For example, I have 100 observations where d1=1 and d2=2, and 150 observations where d1=0 and d2=1 but for each industry-year pair, the maximum # of observations is 15. So, I was wondering if I should be concerned about any potential bias? Thanks in advance.
Ulas
Related Posts with Clogit with Additional Dummy Variables
testing for serial correlation in residuals of fixed effects model (xtqptest on reghdfe)I want to test for first order serial correlation in the residuals of this Stata regression model: …
Displaying a Complex TableGood morning everyone! I'm quite new to STATA and try to display a complex table, but even after ho…
matching with smae (Chinese) words?Dear All, I found this question here (https://bbs.pinggu.org/thread-10628284-1-1.html). Suppose that…
Collecting exact 95% CII am conducting a survey analysis where I'm looking at proportions with the svy command. I'm using t…
Multiple imputation for handling missing data in multiple covariatesDear All, While adapting multiple imputation in longitudinal datasets to handle missing data in mul…
Subscribe to:
Post Comments (Atom)
0 Response to Clogit with Additional Dummy Variables
Post a Comment