Is there a way to save the margins results and make the marginsplot in another Stata session?
Error: previous command was not margins
Code:
sysuse auto, clear mlogit rep78 mpg displ i.foreign margins foreign, predict(outcome(1)) /// save margins clear all /// use saved margin results and CIs marginsplot
Comment