GPBoost_data {gpboost} | R Documentation |
Example data for the GPBoost package
Description
Simulated example data for the GPBoost package This data set includes the following fields:
y
: response variableX
: a matrix with covariate informationgroup_data
: a matrix with categorical grouping variablescoords
: a matrix with spatial coordinatesX_test
: a matrix with covariate information for predictionsgroup_data_test
: a matrix with categorical grouping variables for predictionscoords_test
: a matrix with spatial coordinates for predictions
Usage
data(GPBoost_data)
[Package gpboost version 1.5.1.1 Index]