0

I drew phillips curve for 2007-2020 and I want to add quadratic trend. My phillips curve form is as follows:

plot(u, p, xlab="u", ylab="p")
mosc9575
  • 5,618
  • 2
  • 9
  • 32
  • 1
    Do you have a specific programming language in mind? If so, please add this tag to your question. Right now there are missing some information. – mosc9575 Jan 28 '21 at 22:05
  • my series; p <- ts(rsvar$inflation, start = c(2007,1), frequency = 4) u <- ts(rsvar$unemployment, start = c(2007,1), frequency = 4) and ı want to curve trend not linear trend – Koray Yıldırım Jan 29 '21 at 17:09
  • Please [edit](https://stackoverflow.com/posts/65945010/edit) your post. Don't post your code as a comment. And which programming language do you use? – mosc9575 Jan 29 '21 at 17:10
  • ım using R programming language – Koray Yıldırım Jan 29 '21 at 20:05
  • Maybe this post [here](https://stackoverflow.com/questions/2564258/plot-two-graphs-in-same-plot-in-r) will help you. – mosc9575 Jan 29 '21 at 21:24

0 Answers0