If noninteger weights worked for the original analysis, why don't they work for the graphing of the results?
I successfully run the following command:
mixed discrimi c.teenrape##c.wave momsed [fweight = TAwt] || id: wave
I then run a postestimation analysis to get a graph:
margins, at(wave=(1 2 3 4) teenrape=(0 1 )) plot
I get the following error message for the second command: may not use noninteger frequency weights
Is there a way graph my results through STATA?
I successfully run the following command:
mixed discrimi c.teenrape##c.wave momsed [fweight = TAwt] || id: wave
I then run a postestimation analysis to get a graph:
margins, at(wave=(1 2 3 4) teenrape=(0 1 )) plot
I get the following error message for the second command: may not use noninteger frequency weights
Is there a way graph my results through STATA?

Comment