Dear all,
I am running a production function estimation based on maximum likelihood.
The code is as follows:
xtset id year
set seed 1
prodest logT, free(logl) state(logk) method(lp) acf id(id) t(year) reps(1000) poly(2) fsresiduals(fse) translog
Running the code does not cause any problems. However, we ran the command on three different computers obtaining two different results of the production function coefficients from the third decimal onwards. Hence, the differences are small but notable.
- the dataset is the same
- the stata version is the same
- there is no sort command before estimation
- the computers are all thinkpads, same models
- the command is the exact same (including the set seed and number of iterations)
Does anybody have an idea why the results on two computers are the same but slightly different on the third computer?
Best,
Max
Related Posts with Same data, same code, same stata version, different computers, different results
pscore not working in STATA 16Hi, I have used pscore in the past on STATA 13. Today, I tried it for the first time on STATA 16 an…
how to find matched pairs (treatments & controls) when running Coarsened Exact Matching (CEM) reposting the questionMy apology that I re-posted the same question. I assume that I didn't get any answers since my previ…
How to count distinct observations by group?Dear experts, I have a dataset like below. I'd like to count distinct firm numbers by province. For…
Error using esrefline in meta forestplot in Stata 16SEHi I get an error "option esrefline not allowed" "r(198)" using meta forestplot. I have Stata v16SE.…
Odds ratio of my interaction variable is too bigHello, I am writing my research on the determinants of bribing. I am using interaction variables in…
Subscribe to:
Post Comments (Atom)
0 Response to Same data, same code, same stata version, different computers, different results
Post a Comment