Re: [R] arima forecast function

2008-08-16 Thread warthog29
.packages("forecasting") > > Look at ?install.packages and note the way it works for different values > of > the dependencies argument. > > On Tue, Aug 12, 2008 at 7:28 PM, warthog29 <[EMAIL PROTECTED]> wrote: >> >> I initially input the following commands

Re: [R] arima forecast function

2008-08-12 Thread warthog29
ble to get it installed by using the menus provided. Thanks for your help. Nordlund, Dan (DSHS/RDA) wrote: > >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On Behalf Of warthog29 >> Sent: Tuesday, August 12, 2008 3:40 PM >>

[R] arima forecast function

2008-08-12 Thread warthog29
hi: I am trying to fit prediction intervals for an arima object. My search led me to the link: http://finzi.psych.upenn.edu/R/library/forecast/html/forecast.Arima.html which has the function "forecast", as I wanted. However, when I try to run it in R, I get the message: Error in plot(forecast(

Re: [R] help using outer function

2008-08-10 Thread warthog29
Thanks Dan. You did much more than just answer my question. Sincerely, Dan Davison wrote: > > On Sun, Aug 10, 2008 at 06:00:21PM +0100, Dan Davison wrote: >> On Sun, Aug 10, 2008 at 09:02:59AM -0700, warthog29 wrote: >> > >> > Hi, >> > I would like t

[R] help using outer function

2008-08-10 Thread warthog29
Hi, I would like to use the R's outer function on y below so that I can subtract elements from each other. The resulting dataframe is symmetric, save for the negative signs on the other half of the numbers. I would like to get only half of the dataframe. Here is the code I wrote (it is returning o