demo/INLA.R

library("dataCountyCropSurveySatellite")
library("INLA")
data(crop)
inla(data=crop)

crop$county=as.factor(crop$county)
attach(crop)
DanielBonnery/SaeComputations documentation built on Jan. 24, 2020, 4:53 p.m.