Hello everyone,
I hope you are doing well?
I ran a regression model via the reg command (OLS regression as I have normally distributed data) and would like to check an alternative regression model to validate that my results are not driven by the choice of my regression type (e.g., for a binary I tested logit as robustness check for probit).
I was wondering if I can run a GEE model, specifically a xtgee model, even if I dont have panel data?
To describe my data structure, I am looking at failed startups, so basically the point/date at which a company filed for bankruptcy is my unit of observation and everything the company managed up until that point (e.g., sum of funding the company received, how old it is, how many people founded it etc.).
I thought about using "xtset" in combination with either the founding year or industry and then run the xtgee model, but wanted to check upfront if this is possible and what alternative to a "reg" OLS regression I can run?
Thanks a lot for your time and support!
I hope you are doing well?
I ran a regression model via the reg command (OLS regression as I have normally distributed data) and would like to check an alternative regression model to validate that my results are not driven by the choice of my regression type (e.g., for a binary I tested logit as robustness check for probit).
I was wondering if I can run a GEE model, specifically a xtgee model, even if I dont have panel data?
To describe my data structure, I am looking at failed startups, so basically the point/date at which a company filed for bankruptcy is my unit of observation and everything the company managed up until that point (e.g., sum of funding the company received, how old it is, how many people founded it etc.).
I thought about using "xtset" in combination with either the founding year or industry and then run the xtgee model, but wanted to check upfront if this is possible and what alternative to a "reg" OLS regression I can run?
Thanks a lot for your time and support!
Comment