Learn R Programming

gpboost (version 0.7.9)

GPBoost_data: Example data for the GPBoost package

Description

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

Usage

data(GPBoost_data)

Arguments