Announcement

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

  • graph twoway (inalid line argument)

    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)

    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.

  • #2
    It appears the value of the macro priceend is missing.
    Stata/MP 14.1 (64-bit x86-64)
    Revision 19 May 2016
    Win 8.1

    Comment

    Working...
    X