Hello StataForum Community,
I am working with panel data and running a semi-parametric regression using the xtsemipar command in Stata. I am interested in finding out the exact number of countries included in my regression sample. Here’s the structure of my command with variable names:
xtsemipar depvar indepvar1 indepvar2 controlvar1 controlvar2 controlvar3, /// nonpar(anonvar) cluster(countryvar) /// ci
Where:
Any insights or suggestions would be greatly appreciated!
Thank you in advance for your assistance.
I am working with panel data and running a semi-parametric regression using the xtsemipar command in Stata. I am interested in finding out the exact number of countries included in my regression sample. Here’s the structure of my command with variable names:
xtsemipar depvar indepvar1 indepvar2 controlvar1 controlvar2 controlvar3, /// nonpar(anonvar) cluster(countryvar) /// ci
Where:
- depvar represents my dependent variable.
- indepvar1 and indepvar2 are my independent variables.
- controlvar1, controlvar2, and controlvar3 are my control variables.
- anonvar is a non-parametric variable.
- countryvar is my country identifier variable.
Any insights or suggestions would be greatly appreciated!
Thank you in advance for your assistance.
Comment