Hi 
I have odd issues using the spost13 command mchangeplot recently
to be specific, I fit a simple ordered logit model on a 4 categories ordered variable (political trust) as shown below. This works well, the mchange command does produce the expected results as well
ologit polint c.lrscale i.male
mchange lrscale male, amount (sd)
However, as soon as I try to use mchange plot I get a invalide syntax error (198)
mchangeplot lrscale poltrust male, symbol(no hardly quiet very) sig(0.05) xtitle(average discrete change)
this is also the case when I reduce the mchangeplot command to the absolute minimum, simply typing "mchangeplot"
I already reinstalled the package and I cannot find as far as I can tell there should be no issue with the syntax. Any Ideas how to fix this?

I have odd issues using the spost13 command mchangeplot recently
to be specific, I fit a simple ordered logit model on a 4 categories ordered variable (political trust) as shown below. This works well, the mchange command does produce the expected results as well
ologit polint c.lrscale i.male
mchange lrscale male, amount (sd)
However, as soon as I try to use mchange plot I get a invalide syntax error (198)
mchangeplot lrscale poltrust male, symbol(no hardly quiet very) sig(0.05) xtitle(average discrete change)
this is also the case when I reduce the mchangeplot command to the absolute minimum, simply typing "mchangeplot"
I already reinstalled the package and I cannot find as far as I can tell there should be no issue with the syntax. Any Ideas how to fix this?

Comment