Im fighting with the bachelor project, and i need some stata help.. :-)
Code:
mixed eu_image i.tid##i.bevilling_geografi || nordsyd_eu:, baselevel
margins i.tid##i.bevilling
marginsplot, xdimensions(tid)
When i use the command i get 95 pct. CI but i want to change it to 90 pct. instead, how can I do that?
I hope somebody can help me solving this? :-)
Code:
mixed eu_image i.tid##i.bevilling_geografi || nordsyd_eu:, baselevel
margins i.tid##i.bevilling
marginsplot, xdimensions(tid)
When i use the command i get 95 pct. CI but i want to change it to 90 pct. instead, how can I do that?
I hope somebody can help me solving this? :-)
Comment