[R] spatial AR and ARIMA

2008-12-11 Thread Erin Hodgess
Dear R People:

Are there functions for spatial AR and ARIMA models in R, please?

Thanks,
Sincerely,
Erin


-- 
Erin Hodgess
Associate Professor
Department of Computer and Mathematical Sciences
University of Houston - Downtown
mailto: erinm.hodg...@gmail.com

__
R-help@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.


Re: [R] spatial AR and ARIMA

2008-12-12 Thread Roger Bivand
Erin Hodgess  gmail.com> writes:

> 
> Dear R People:
> 
> Are there functions for spatial AR and ARIMA models in R, please?

Would looking at the "Spatial" task view on your CRAN mirror help? If by AR 
you mean simultaneous or conditional autoregressive models using spatial 
weights (or moving average, but not SAR and SMA at the same time), see 
spautolm() in spdep. Note that with corSpatial(), you can fit a selection of
relevant mixed effects models using nlme and similar packages - is this what 
you are looking for?

Roger Bivand 

> 
> Thanks,
> Sincerely,
> Erin
>

__
R-help@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.