- formula
a symbolic description for the (static) model to be estimated, not including the dynamic component
- data
a data.frame
- W
spatial weights matrix
- index
the indexes (Names of the variables for the spatial and time component. The spatial is first and the time second.)
- model
a models to be calculated, c("sar","sdm"), default = "sar"
- effect
type of fixed effects, c("none","individual","time","twoways"), default ="individual"
- ldet
type of computation of log-determinant, c("full","mc"). Default "full" for smaller problems, "mc" for large problems.
- lndetspec
specifications for the calculation of the log-determinant for mcmc calculation. Default list(p=NULL,m=NULL,sd=NULL), if the number of spatial units is >1000 then list(p=30,m=30,sd=12345)
- dynamic
logical, if TRUE time lag of the dependent variable is included. Default = FALSE
- tlaginfo
specification for the time lag, default = list(ind=NULL,tl=FALSE,stl=FALSE), see details
- LYtrans
logical, default FALSE. If the Lee-Yu transformation should be used for bias correction
- incr
increment for vector of values for rho
- rintrv
logical, default TRUE, calculates eigenvalues of W. If FALSE, the interval for rho is (-1,1)
- demn
logical, if Lee-Yu transformation for demeaning of the variables to remove fixed effects is performed (only used in static models). Default FALSE
- DIRtrans
logical, if direct transformation of variables should be used. Default, FALSE (only used in dynamic models with "twoways" effects)