ForzaBruta
2012-Feb-29 17:01 UTC
[R] How to extract numerical values from time series forecast
hi all. i'm busy with some time series data, starting from an earlier period until the current day. i have created a time series forecast taking into account the entire data from the earlier date up until 2007, using the "forecast" package for R. i am comparing this forecasted data to the actual/ observed data (which starts from the earlier date up until the current day). my question is, how do i extract the estimated data from the forecast as actual values so that i can do further analysis with it? thanking you all in advance -- View this message in context: http://r.789695.n4.nabble.com/How-to-extract-numerical-values-from-time-series-forecast-tp4432165p4432165.html Sent from the R help mailing list archive at Nabble.com.
R. Michael Weylandt
2012-Mar-01 04:12 UTC
[R] How to extract numerical values from time series forecast
Perhaps you need the forecast() function? Michael On Wed, Feb 29, 2012 at 12:01 PM, ForzaBruta <s207027016 at live.nmmu.ac.za> wrote:> hi all. i'm busy with some time series data, starting from an earlier period > until the current day. > > i have created a time series forecast taking into account the entire data > from the earlier date up until 2007, using the "forecast" package for R. i > am comparing this forecasted data to the actual/ observed data (which starts > from the earlier date up until the current day). > > my question is, how do i extract the estimated data from the forecast as > actual values so that i can do further analysis with it? > > thanking you all in advance > > -- > View this message in context: http://r.789695.n4.nabble.com/How-to-extract-numerical-values-from-time-series-forecast-tp4432165p4432165.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.
ForzaBruta
2012-Mar-09 05:56 UTC
[R] How to extract numerical values from time series forecast
thanks for the reply. the day after posting this question, i thought of the most obvious solution to it; "write.csv" -- View this message in context: http://r.789695.n4.nabble.com/How-to-extract-numerical-values-from-time-series-forecast-tp4432165p4458610.html Sent from the R help mailing list archive at Nabble.com.