data_sim {PrevMap} | R Documentation |
Simulated binomial data-set over the unit square
Description
This binomial data-set was simulated by generating a zero-mean Gaussian process over a 30 by 30 grid covering the unit square. The parameters used in the simulation are sigma2=1
, phi=0.15
and kappa=2
. The nugget effect was not included, hence tau2=0
.
The variables are as follows:
y binomial observations.
units.m binomial denominators.
x1 horizontal coordinates.
x2 vertical coordinates.
S simulated values of the Gaussian process.
Usage
data(data_sim)
Format
A data frame with 900 rows and 5 variables
[Package PrevMap version 1.5.4 Index]