| fadn | R Documentation |
A matrix with 11 columns. The first two are the locations (latitude and longitude), the next five contain the compositional data (percentages of cultivated area of five crops), Y1.1: cereals, Y2.1: cotton, Y3.1: tree crops, Y4.1: other annual crops and pasture and Y5.1: grapes and wine. The next four columns contain the covariates, G1: Human Influence Index, G2: soil pH, G3: topsoil organic carbon content and G7: erosion.
fadn
A matrix with 168 rows and 11 columns.
Clark and Dixon (2021), available at https://github.com/nick3703/Chicago-Data.
Clark, N. J. and P. M. Dixon (2021). A class of spatially correlated self-exciting statistical models. Spatial Statistics, 43, 1–18.
alfa.slx, gwar, alfa.reg
data(fadn)
y <- fadn[, 3:7]
x <- fadn[, 8:11]
mod <- alfa.reg(y, x, a = 0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.