Search found 432 matches

by GeorgeLeckie
Tue Nov 22, 2011 3:41 pm
Forum: runmlwin user forum
Topic: Log likelihood and deviance not displayed
Replies: 5
Views: 7724

Re: Log likelihood and deviance not displayed

Hi Laura, Yes, if you can email me a small do-file and dataset which replicates the bug you describe that would help us fix it. If the model is unstable or missspecified you may have an extreme or non-sensical log-likelihood value which gets reset to Stata's system missing value when we import the M...
by GeorgeLeckie
Fri Nov 18, 2011 7:17 pm
Forum: runmlwin user forum
Topic: How do I stop MLwiN setting residuals to missing?
Replies: 4
Views: 6248

Re: How do I stop MLwiN setting residuals to missing?

Dear Corrie,

The norecode option should now be implemented

You can get the latest version of runmlwin by typing the following into Stata

Code: Select all

. ssc install runmlwin, replace
Best wishes

George
by GeorgeLeckie
Fri Nov 18, 2011 7:16 pm
Forum: runmlwin user forum
Topic: Stata MP vs Stata IC
Replies: 2
Views: 5277

Re: Stata MP vs Stata IC

Note that a newver version of runmlwin have since been released

To get the latest version simply type

Code: Select all

. ssc install runmlwin, replace
Best wishes

George
by GeorgeLeckie
Fri Nov 18, 2011 7:12 pm
Forum: runmlwin user forum
Topic: Does runmlwin work with Stata 9 and Stata 10?
Replies: 3
Views: 5887

Re: Does runmlwin work with Stata 9 and Stata 10?

Dear Belkacem, The latest version of runmlwin is now available and should work in Stata versions 9, 10, 11 and 12 Upgrade to the latest version of runmlwin by issuing the following command . ssc install runmlwin, replace Please do let us know whether runmlwin works for your colleague on his version ...
by GeorgeLeckie
Mon Nov 14, 2011 4:18 pm
Forum: runmlwin user forum
Topic: Error message regarding level 1 ID variable - Obsno is held
Replies: 8
Views: 11223

Re: Error message regarding level 1 ID variable - Obsno is h

Dear Julia, Three general pieces of advice regarding MCMC and initial values: (1) Always try to specify reasonable initial values. Using mq1 estimates for exactly the same model specification is a good way to do this. (2) The longer the burnin the less sensitive your MCMC parameter estimates will be...
by GeorgeLeckie
Fri Nov 11, 2011 3:20 pm
Forum: runmlwin user forum
Topic: Multivariate model with binary and cts utcomes
Replies: 3
Views: 5859

Re: Multivariate model with binary and cts utcomes

Hi Kate, Thanks for your interesting query. Yes you can use the runmlwin command to fit multilevel mixed response models in MLwiN. Consider the MLwiN tutorial data set. We can fit a two-level (students nested within schools) mixed response model for normexam (continuous) and binlrt (binary) as follo...
by GeorgeLeckie
Fri Oct 28, 2011 1:41 pm
Forum: runmlwin user forum
Topic: Repeated measures data: Can MLwiN allow AR1 residual errors?
Replies: 1
Views: 4056

Re: Repeated measures data: Can MLwiN allow AR1 residual err

Hi Queena, The only way to fit AR1 residual errors to repeated measures data (measurement occasions at level 1, nested within individuals at level 2) is to formulate the model as a multivariate response model and to fit this model using MCMC. You cannot fit the equivilent model using IGLS (i.e. maxi...
by GeorgeLeckie
Fri Oct 28, 2011 1:30 pm
Forum: runmlwin user forum
Topic: Do I need to sort the data before running runmlwin?
Replies: 4
Views: 8037

Re: Do I need to sort the data before running runmlwin?

Great question! Yes you do need to sort the data according to the model hierarchy before running the runmlwin command for the model. However, the nice thing about runmlwin is that runmlwin will automatically tell you if the data is sorted incorretly, so you do not need to worry that you have sent mi...
by GeorgeLeckie
Wed Oct 26, 2011 11:23 am
Forum: runmlwin user forum
Topic: Stata MP vs Stata IC
Replies: 2
Views: 5277

Re: Stata MP vs Stata IC

Hi Laura, I suspect that one or both of you might not be using the latest version of runmlwin. You can check which version you are using by typing . which runmlwin and you will get output which looks something like the following . which runmlwin C:\ado\plus\r\runmlwin.ado *! runmlwin.ado, George Lec...
by GeorgeLeckie
Tue Oct 25, 2011 7:59 am
Forum: runmlwin user forum
Topic: Can I calculate AIC and BIC for discrete response models?
Replies: 2
Views: 8392

Re: Can I calculate AIC and BIC for discrete response models

Hi Raphael, First note that for continuous response models the log-likelihood is provide and so for these models you can calculate LR tests, AIC and BIC statistics by making use of Stata's lrtest and estat ic commands. It is for discrete response models (i.e. models for binary, count and categorical...