Good evening.
I have two identical databases (variable names, their number, e t.c.)
I want add line to show last value.
In the 1st database it work correct. But on the 2nd one it show error - problem with (priceend)
I do not see the difference in my databases, and I dont understand why in the second case it does not work.
I have two identical databases (variable names, their number, e t.c.)
I want add line to show last value.
In the 1st database it work correct. But on the 2nd one it show error - problem with (priceend)
Code:
graph twoway line LastValuePrice PredictValuePrice price date,tline(01oct2018) yline(`priceend' `PredictValuePriceend' , lcol(black))
invalid line argument, . 124.7205963134766
I do not see the difference in my databases, and I dont understand why in the second case it does not work.
Comment