Hello,
I am trying to generate a smoothed overlaid graph but cannot seem to find whether any code exists for this.
To generate an un-smoothed graph, I am using:
twoway line x1 x2 x3 x4 x5 y1
To generate one smoother graph, I have come across the code:
twoway lowess x1 y1
However, this code does not allow multiple x variables to be included.
Does anyone know whether there is a code that satisfies what I am after, or whether there is a code I could use after generating five smoothed graphs using the twoway lowess command to combine all the graphs onto one axis please?
Look forward to your responses.
Kate
I am trying to generate a smoothed overlaid graph but cannot seem to find whether any code exists for this.
To generate an un-smoothed graph, I am using:
twoway line x1 x2 x3 x4 x5 y1
To generate one smoother graph, I have come across the code:
twoway lowess x1 y1
However, this code does not allow multiple x variables to be included.
Does anyone know whether there is a code that satisfies what I am after, or whether there is a code I could use after generating five smoothed graphs using the twoway lowess command to combine all the graphs onto one axis please?
Look forward to your responses.
Kate
Comment