error message

Welcome to the forum for MLwiN users. Feel free to post your question about MLwiN software here. The Centre for Multilevel Modelling take no responsibility for the accuracy of these posts, we are unable to monitor them closely. Do go ahead and post your question and thank you in advance if you find the time to post any answers!

Remember to check out our extensive software FAQs which may answer your question: http://www.bristol.ac.uk/cmm/software/s ... port-faqs/
Post Reply
cazlo
Posts: 19
Joined: Mon May 23, 2011 6:20 pm

error message

Post by cazlo »

I have just read some new data into MLwiN (from SPSS), which is fine, but when I specify the equation for the model, I get this error message:

"wrong parameters - possible name clash between column and macro(post)"

Unfortunately, this isn't an error message I'm familiar with.

Does anyone know what it means and how I might resolve the problem?

Many thanks.
ChrisCharlton
Posts: 1384
Joined: Mon Oct 19, 2009 10:34 am

Re: error message

Post by ChrisCharlton »

The error message is suggesting that one of the variables in your data shares its name with one of MLwiN's included macros. If you're running a discrete response model then the macro names that it might be clashing with are:
  • BVAR
  • CHKORD2A
  • CHKRES
  • ERRCHK
  • NLSETT
  • NOBVAR
  • NRESID
  • OPTIONS
  • ORDER2A
  • ORDER2B
  • POST
  • POST_0
  • PRE
  • PRE_0
  • PREDR1
  • PREDR2
  • RESID
If you have any variables that share these names then you will need to rename them before running the model.
cazlo
Posts: 19
Joined: Mon May 23, 2011 6:20 pm

Re: error message

Post by cazlo »

Brilliant. Thanks, Chris, that's done it - cheers.
Post Reply