Simulated example data for the GPBoost package This data set includes the following fields:
y: response variable
X: a matrix with covariate information
group_data: a matrix with categorical grouping variables
coords: a matrix with spatial coordinates
X_test: a matrix with covariate information for predictions
group_data_test: a matrix with categorical grouping variables for predictions
coords_test: a matrix with spatial coordinates for predictions
data(GPBoost_data)