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
Number of observations per coefficientHello Statalist, A reviewer recently asked for a column that lists the number of observations in ea…
HLM - Level 1 Sample Size within sub-groupsHello, I am planning to fit an HLM model predicting the odds of HIV risk behavior among people who …
Multencode: New Variables QuestionHello, I've been trying to synchronize value labels from multiple surveys. I first decoded all nume…
Use of ppml in gravity modelDear Statalisters, I am trying to use the gravity model to study the impact of implementation of TRI…
estat sarganHi experts, I tried to run estat sargan and estat abond but each time an error is generated "invalid…
Subscribe to:
Post Comments (Atom)
0 Response to Same data, same code, same stata version, different computers, different results
Post a Comment