-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Convergence club package... error... ? #102
Comments
@mrubP, I would need to see an example with the code. After giving a quick glimpse at the paper, it seems that the issue has to do with the fact that regression-type commands cannot be parallelized. The principle to using the parallel package is that: (i) whatever you are parallelizing can deal with splitting the data, or (ii) you are using parallel for simulations, in which case parallelization is possible as simulations are usually independent. |
Thanks for the reply. I am copying using the basic code from the package example. I am only parallelizing the part that would be, as I understand it, an iterative process. The code without using parallelism is "psecta lnpgdp2, name(country) kq(0.333) gen(club) noprt".
|
Does More info here. The other thing to keep in mind is that HIH |
Dear |
hi,
I am trying to use this package with the "convergence club package". In particular, in the psecta package. I'm trying to use the examples that come with the package and it doesn't work. I mean, it falls. But it works fine if I don't use the "Parallel" package. You can install the package and see the article here (https://journals.sagepub.com/doi/pdf/10.1177/1536867X1801700407).
Please consider that I am new to Stata.
Could you help me please. Thank you very much.
The text was updated successfully, but these errors were encountered: