Search found 11 matches

by rebvas86
Mon Oct 22, 2012 1:32 pm
Forum: runmlwin user forum
Topic: multiple membership models - error 0142
Replies: 4
Views: 7369

Re: multiple membership models - error 0142

Hi George,

Thank you for your message. It seems to be working now.

Will download the new version of MLwiN and update my runmlwin version.

Kind regards,
Rebecca
by rebvas86
Fri Oct 19, 2012 3:15 pm
Forum: runmlwin user forum
Topic: multiple membership models - error 0142
Replies: 4
Views: 7369

Re: multiple membership models - error 0142

just run this line of code to get a list of the cases where the same mm (interviewer code) is listed across both classifications (survey waves) and it seems the 773th individual is the first case when this happens.
am i coding the data incorrectly?

list clid clid2 w1v w2v if w1v==1 ...
by rebvas86
Fri Oct 19, 2012 2:46 pm
Forum: runmlwin user forum
Topic: multiple membership models - error 0142
Replies: 4
Views: 7369

multiple membership models - error 0142

Trying to run some multiple membership models and am getting this error message:
error while obeying batch file...at line number 77:
MCMC 0 5000 1 5.8 10 2 2 2 1 1 2
MCMC error 0142: The 773th MM unit for obs 2 is absent but has positive weight.
I checked the mm ids and weights for the 773th ...
by rebvas86
Mon Jun 11, 2012 10:52 am
Forum: runmlwin user forum
Topic: Errors fitting cross-classified logistic model by MCMC
Replies: 6
Views: 12670

Re: Errors fitting cross-classified logistic model by MCMC

Just tried running it with a size of 500,000 and I still get the same error...
by rebvas86
Mon Jun 11, 2012 10:13 am
Forum: runmlwin user forum
Topic: Errors fitting cross-classified logistic model by MCMC
Replies: 6
Views: 12670

Re: Errors fitting cross-classified logistic model by MCMC

Hi George,

Thanks for your detailed reply.

Re the second error...have tried using mlwinsettings(size10000) and am still getting an error (though a different one). In MLwiN I am getting an error box reading 'error while obeying batch file C:Users\rv1g09\AppData\Local\Temp\3\ST_03000007.tmp at line ...
by rebvas86
Wed May 30, 2012 1:46 pm
Forum: runmlwin user forum
Topic: Errors fitting cross-classified logistic model by MCMC
Replies: 6
Views: 12670

Errors fitting cross-classified logistic model by MCMC

Have been getting some errors when running MLwiN from STATA...One is the following

'->OBEY "C:\Users\rv1g09\AppData\Local\Temp\3\ST_04000007.tmp"
error while obeying batch file C:\Program Files (x86)\MLwiN v2.25\discrete\pre
at line number 51:
calc 'F~(H)' = expo('H')*( 1+expo('H') )^(-2)
1248 ...
by rebvas86
Wed Apr 18, 2012 11:47 am
Forum: runmlwin user forum
Topic: saving statistics from mcmcsum
Replies: 5
Views: 10021

Re: saving statistics from mcmcsum

Adding to the above post...is it also possible to save the DIC statistic and the variance covariance matrix of the parameter estimates using estout?

Rebecca
by rebvas86
Mon Feb 27, 2012 1:30 pm
Forum: runmlwin user forum
Topic: saving statistics from mcmcsum
Replies: 5
Views: 10021

Re: saving statistics from mcmcsum

thanks a lot for your immediate reply...managed to make that work now. thanks
by rebvas86
Mon Feb 27, 2012 9:12 am
Forum: runmlwin user forum
Topic: saving statistics from mcmcsum
Replies: 5
Views: 10021

saving statistics from mcmcsum

Am trying to save some mcmc statistics in a table output from stata…and it is not quite working.
Am using estout after using mcmcsum.
I am running this code and I am getting the right ess(effective sample size) which I believe results from the mcmcsum but do not get any values for the quantiles of ...
by rebvas86
Tue Feb 07, 2012 3:31 pm
Forum: runmlwin user forum
Topic: switching stata output off; saving regression results
Replies: 3
Views: 7963

Re: switching stata output off; saving regression results

Thanks for your comment...I also have managed to get some sort of saved coefficients through the estout command. Though it is not the desired format, I think it will have to do!