Hello, I would like to create a marginsplot that shows results from two different iterations of a model (one contains the full dataset, and one contains only a subset) simultaneously. Is this possible? I tried addplot:
marginsplot, addplot(marginsplot if variable!=x)
While the plot runs (ie there is no error message), all I get is a margins plot that looks identical to what I get when I simply use the margins plot command without any modifiers. Any suggestions would be much appreciated!
marginsplot, addplot(marginsplot if variable!=x)
While the plot runs (ie there is no error message), all I get is a margins plot that looks identical to what I get when I simply use the margins plot command without any modifiers. Any suggestions would be much appreciated!
Comment