Announcement

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

  • Draw a curve with its equation

    Hello
    How can I get a graph with the curve when I have the equation of the curve like y=a + bx + x^2 ?With R it's with the "curve" command but I don't find for stata.
    Thanks a lot for your help.
    Véronique

  • #2
    See -help twoway function-. You might do something like:

    Code:
    twoway function  y=5 + 10*x + x^2

    Comment


    • #3
      Thanks a lot

      Comment

      Working...
      X