Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] #262

Open
smaxwell0120 opened this issue Sep 7, 2022 · 2 comments
Open

[BUG] #262

smaxwell0120 opened this issue Sep 7, 2022 · 2 comments
Assignees

Comments

@smaxwell0120
Copy link

Hi Sergio,

Is it not allowed to use the parallel computing option while including heterogeneous slope terms in the absvar?
I am running a fixed effect model with a county fixed effect and a county group level time fixed effect. I also want to include a state-specific linear trend, so what I did is absorb(county, countypair#year state##year). When I add the parallel option, the parallel threads fail and the error code is 3301.

The absvar specification is fine without the parallel option. Can you help me figure out the problem?

@sergiocorreia
Copy link
Owner

Hi Dongning,

yes, the option should work. Can you share a toy example so I can try to replicate what's going on? e.g. something using the "sysuse auto" dataset?

@smaxwell0120
Copy link
Author

@sergiocorreia yes, please see the example below. I used a different example dataset as the sysuse auto dataset is not a panel.

webuse nlswork

xtset idcode year

reghdfe ln_wage hours i.collgrad ttl_exp, a(birth_yr i.grade#year i.race##c.year) vce(cluster race) parallel(2,cores(2))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants