Hi everyone,
I would appreciate an advice on how to specify the twoway graph command to ensure that x axis is properly displaying the dates. As you can see on the attached graph, the x axis displays the odd values, instead of 2016m10, 2016m11, even though the Month_Baseline_begins variable used in creating the graph is structured as a year/month.
I used the following code to create the graph:
twoway (lfitci var15 Month_Baseline_begins if Month_Baseline_begins<=tm(2016m10)) (lfitci var15 Month_Baseline_begins if Month_Baseline_begins>tm(2016m10)
I would appreciate any advice.
I would appreciate an advice on how to specify the twoway graph command to ensure that x axis is properly displaying the dates. As you can see on the attached graph, the x axis displays the odd values, instead of 2016m10, 2016m11, even though the Month_Baseline_begins variable used in creating the graph is structured as a year/month.
I used the following code to create the graph:
twoway (lfitci var15 Month_Baseline_begins if Month_Baseline_begins<=tm(2016m10)) (lfitci var15 Month_Baseline_begins if Month_Baseline_begins>tm(2016m10)
I would appreciate any advice.
Comment