Re: [R] moving mean and moving variance functions

2011-04-04 Thread skfgla...@gmail.com
] moving mean and moving variance functions On Mon, Apr 4, 2011 at 8:30 AM, Steve Friedman wrote: > Hello > > > Lets say as an example I have a dataframe with the following attributes: > rownum(1:405), colnum(1:287), year(2000:2009), daily(rownum x colnum x year) > and foragePotential

Re: [R] moving mean and moving variance functions

2011-04-04 Thread Gabor Grothendieck
On Mon, Apr 4, 2011 at 8:30 AM, Steve Friedman wrote: > Hello > > > Lets say as an example I have a dataframe with the following attributes: > rownum(1:405), colnum(1:287), year(2000:2009), daily(rownum x colnum x year) > and foragePotential (0:1, by 0.01).  The data is actually stored in a netcdf

[R] moving mean and moving variance functions

2011-04-04 Thread Steve Friedman
Hello Lets say as an example I have a dataframe with the following attributes: rownum(1:405), colnum(1:287), year(2000:2009), daily(rownum x colnum x year) and foragePotential (0:1, by 0.01). The data is actually stored in a netcdf file and I'm trying to provide a conceptual version of the data.