Search found 1359 matches

by ChrisCharlton
Wed Oct 24, 2012 3:25 pm
Forum: MLwiN user forum
Topic: Residuals - matching
Replies: 3
Views: 6773

Re: Residuals - matching

For cross-classified models the residual number should correspond to the sorted ID numbers for that classification, i.e. if your classification is in column c1 and you wanted a short version in c2 to match the residual ordering then the command:

UNIQ c1 c2

should give you a short ID column in ...
by ChrisCharlton
Wed Oct 17, 2012 3:43 pm
Forum: Realcom user forum
Topic: imputed dataset (long form) & realcomImpute for Linux
Replies: 4
Views: 12267

Re: imputed dataset (long form) & realcomImpute for Linux

Unfortunately this currently isn't available and we don't have access to a Linux version of Matlab to build it. The Realcom-impute application isn't directly called from Stata it just outputs files that the -realcomImpute- Stata command can use. This means that you can impute the data using a ...
by ChrisCharlton
Wed Oct 17, 2012 10:50 am
Forum: Realcom user forum
Topic: imputed dataset (long form) & realcomImpute for Linux
Replies: 4
Views: 12267

Re: imputed dataset (long form) & realcomImpute for Linux

1) There isn't an option to save as one output dataset, however as you are using Stata you should be able to use Stata's http://www.stata.com/help.cgi?mi commands to convert the data to the format that you want. To do this you would use:

mi import flongsep ...

to load all the data files and then ...
by ChrisCharlton
Mon Oct 08, 2012 2:56 pm
Forum: MLwiN user forum
Topic: Variance- Covariance matrix
Replies: 4
Views: 8031

Re: Variance- Covariance matrix

Manually setting the starting values is covered in chapter 5 of the MCMC manual (see http://www.bris.ac.uk/cmm/software/mlwi ... ection.5.5).
by ChrisCharlton
Mon Oct 08, 2012 9:15 am
Forum: MLwiN user forum
Topic: Variance- Covariance matrix
Replies: 4
Views: 8031

Re: Variance- Covariance matrix

If you're getting all zeros for the level 2 covariance matrix then it's worth checking the hierarchy viewer to make sure that it matches what you expect. If not then your data may not be sorted by the model hierarchy. Assuming that it does look as expected you can choose alternative starting values ...
by ChrisCharlton
Tue Oct 02, 2012 10:17 am
Forum: MLwiN user forum
Topic: logistic multilevel error
Replies: 6
Views: 9338

Re: logistic multilevel error

That's a bit of a mystery then. I would suggest that you update to the most recent version of MLwiN ( http://www.bris.ac.uk/cmm/software/mlwin/download/upgrades.html ) in case this was caused by something that has been fixed since version 2.21. If the error message is highlighting the correct ...
by ChrisCharlton
Tue Oct 02, 2012 8:49 am
Forum: MLwiN user forum
Topic: logistic multilevel error
Replies: 6
Views: 9338

Re: logistic multilevel error

Have you checked whether the version of MLwiN is the same on both machines? If it isn't then what are the version numbers of the one that works and the one that doesn't?
by ChrisCharlton
Mon Oct 01, 2012 4:22 pm
Forum: MLwiN user forum
Topic: logistic multilevel error
Replies: 6
Views: 9338

Re: logistic multilevel error

Without seeing your model/data I can't give a definite reason for this error message. What linearisation method are you using? You will sometimes see messages like this when it is having trouble fitting using second order PQL. If this is the case you can sometimes get the model to converge by first ...
by ChrisCharlton
Mon Oct 01, 2012 8:50 am
Forum: Realcom user forum
Topic: Multivariate Ordered regression: error matrix dimensions
Replies: 6
Views: 14888

Re: Multivariate Ordered regression: error matrix dimensions

Realcom only understands numeric variables, so you will need to generate the categorical dummies before importing the data.
by ChrisCharlton
Mon Oct 01, 2012 8:48 am
Forum: Realcom user forum
Topic: Realcomimputeload error: `var’ found where numeric variable
Replies: 5
Views: 11656

Re: Realcomimputeload error: `var’ found where numeric varia

If you still find the problem after running again and can replicate it on simulated data then we could look at that instead.