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
Fixed effects (in Accelerated Failure Time Survival Model), Cross-sectionalHi, For my research I am examining private equity strategies and their subsequent exit-types. My da…
When Stata if command is false, calling on Mata causes errorsHi everyone, Using Stata 15.1 MP8, I've encountered a variety of errors that seem to be caused by ca…
range function generating over 400 missing valuesHello, I am trying to make a Stata variable that stores 20 numbers between 0 and 1. I am using the …
After regression, how can I do calculation using r2 and N?After regression, I want to calculate the scalar, that is r2*N How should I do that? I know my bad …
Fixed effects (in Accelerated Failure Time Survival Model)Hi, For my research I am examining private equity strategies and their subsequent exit-types. My da…
Subscribe to:
Post Comments (Atom)
0 Response to Clogit with Additional Dummy Variables
Post a Comment