[R] Problem with ploting fitted values

2011-12-13 Thread matys
Hello! I have such a problem... Estimated a model based on common data (you can find it in R library), and I wanted to plot the orginal values with the estimated one. Unfortunately I can only see the original values. Below is the code with data library: / library(forecast) data(AirPassengers)

Re: [R] Problem with ploting fitted values

2011-12-13 Thread Michael Bibo
matys mts89 at o2.pl writes: Hello! I have such a problem... Estimated a model based on common data (you can find it in R library), and I wanted to plot the orginal values with the estimated one. Unfortunately I can only see the original values. Below is the code with data library: /

Re: [R] Problem with ploting fitted values

2011-12-13 Thread Rui Barradas
Hello, matys wrote Hello! I have such a problem... Estimated a model based on common data (you can find it in R library), and I wanted to plot the orginal values with the estimated one. Unfortunately I can only see the original values. Below is the code with data library: /