Search found 2 matches
- Tue Jun 29, 2021 5:48 am
- Forum: runmlwin user forum
- Topic: New documentation for the runmlwin command Run MLwiN from within Stata
- Replies: 0
- Views: 152406
New documentation for the runmlwin command Run MLwiN from within Stata
Do you know new documentation for the runmlwin command Run MLwiN from within Stata?
- Tue May 11, 2021 7:11 am
- Forum: runmlwin user forum
- Topic: Predict after runmlwin
- Replies: 1
- Views: 15749
Predict after runmlwin
Hi,
I am running a cross classified model using runmlwin. Previously, I had used meqrlogit and then I used the following code to predict fixed and random effects and to graph them:
Code:
predict v0*, reffects
predict v0se*, reffects
predict probAll
predict pfx, xb
gen probPeriod = 1 /(1+exp ...
I am running a cross classified model using runmlwin. Previously, I had used meqrlogit and then I used the following code to predict fixed and random effects and to graph them:
Code:
predict v0*, reffects
predict v0se*, reffects
predict probAll
predict pfx, xb
gen probPeriod = 1 /(1+exp ...