Learn R Programming

deepspat (version 0.3.1)

predict.deepspat_GP: Deep compositional spatial model

Description

Prediction function for the fitted deepspat_GP object

Usage

# S3 method for deepspat_GP
predict(object, newdata, ...)

Value

predict.deepspat_GP returns a list with the following item

"df_pred"

Data frame containing the predictions/prediction intervals at the prediction locations

"obs_swarped"

Observation locations on the warped domain

"newdata_swarped"

New prediction locations on the warped domain

Arguments

object

the deepspat_GP object

newdata

data frame containing the prediction locations

...

currently unused