dataSiland {siland} | R Documentation |
Simulated data
Description
Simulated data of response variable and local variables.
Usage
data("dataSiland")
Format
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 |
Examples
data(dataSiland)
plot(dataSiland[,c("X","Y")])
[Package siland version 3.0.2 Index]