Learn R Programming

CompositionalSR (version 1.0)

fadn: FADN dataset

Description

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.

Usage

fadn

Arguments

Format

A matrix with 168 rows and 11 columns.

References

Clark, N. J. and P. M. Dixon (2021). A class of spatially correlated self-exciting statistical models. Spatial Statistics, 43, 1--18.

See Also

alfa.slx, gwar, alfa.reg

Examples

Run this code
data(fadn)
y <- fadn[, 3:7]
x <- fadn[, 8:11]
mod <- alfa.reg(y, x, a = 0.1)

Run the code above in your browser using DataLab