Simulated data
Simulated data of response variable and local variables.
data("dataSiland")
A data frame with 100 observations on 5 variables.
[,1] | X | numeric | location on X-axis |
[,2] | Y | numeric | location on Y-axis |
[,3] | x1 | numeric | a continous local variable |
[,4] | Id | numeric | identifier |
[,5] | obs | numeric | response variable |
data(dataSiland) plot(dataSiland[,c("X","Y")])
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.