Erin Hodgess <erinm.hodgess <at> 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.