Search found 5 matches

by luisrvaz
Mon Feb 09, 2015 11:04 am
Forum: runmlwin user forum
Topic: R-squared for binary response model
Replies: 1
Views: 4141

R-squared for binary response model

Hi All,

I have run a binary response model using runmlwin, on multiple imputed data. I would like to report an R-squared value for the model fit but have not been able to find a reference on how to do this from runmlwin. Is there some option I could use to calculate this value or is there a ...
by luisrvaz
Wed Aug 20, 2014 2:36 pm
Forum: runmlwin user forum
Topic: MCMC error
Replies: 7
Views: 9304

Re: MCMC error

Hi George,

I tried to specify less extreme starting values than the IGLS model produced, however, after changing the matrix with the stored initial values, the model still produces the same error. Is it possible that it is a similar error obeying batch file to the one listed on the following site ...
by luisrvaz
Tue Aug 19, 2014 8:00 am
Forum: runmlwin user forum
Topic: MCMC error
Replies: 7
Views: 9304

Re: MCMC error

Hi Chris,

The IGLS output is as follows, and is sensible I think:


MLwiN 2.30 multilevel model Number of obs = 106
Multivariate response model
Estimation algorithm: IGLS

-----------------------------------------------------------
| No. of Observations per Group
Level Variable | Groups Minimum ...
by luisrvaz
Mon Aug 18, 2014 1:05 pm
Forum: runmlwin user forum
Topic: MCMC error
Replies: 7
Views: 9304

Re: MCMC error

Hi George,

Yes, this model seems to work fine. Presumably the problem is to do with the data then? The IGLS model works.

Many thanks,
Luis
by luisrvaz
Mon Aug 18, 2014 12:05 pm
Forum: runmlwin user forum
Topic: MCMC error
Replies: 7
Views: 9304

MCMC error

Hi,

I am carrying out a bivariate response model using -runmlwin-. The code is as follows:


xi: runmlwin (mean_reach cons soc_net type_121 have_current mental_health, eq(1)) ///
(effectiveness cons type_121, eq(2)), ///
level2(SHA: (cons, eq(1)) (cons, eq(2))) ///
level1(service: (cons, eq(1 ...