Learn R Programming

deepspat (version 0.3.1)

predict.deepspat_bivar_GP: Deep bivariate compositional spatial model

Description

Prediction function for the fitted deepspat_bivar_GP object

Usage

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

Value

predict.deepspat_bivar_GP returns a list with the following item

"df_pred"

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

"obs_swarped1"

Observation locations on the warped domain (for the first process)

"obs_swarped2"

Observation locations on the warped domain (for the second process)

"newdata_swarped1"

New prediction locations on the warped domain (for the first process)

"newdata_swarped2"

New prediction locations on the warped domain (for the second process)

Arguments

object

the deepspat_bivar_GP object

newdata

data frame containing the prediction locations

...

currently unused