Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Synth: how to create a graph of a subset of the data

    Hello,

    I am using the synth package within Stata to analyse the effect of economic sanctions on income inequality.
    My command is as follows:
    Code:
    synth gininet log_GDPcap log_investment log_exports log_secondary gross gininet(1999) gininet(2002) gininet(2005), trunit(7) trperiod(2006) xperiod(1999(1)2005) fig
    The dataset I am using spans from 1988-2015, however I want a graph showing only from 1995 - 2015. When I run the above regression, it creates a figure/graph for the whole dataset. How do I correct this?

    Thank you
Working...
X