Learn R Programming

deepspat (version 0.3.1)

predict.deepspat_trivar_GP: Deep trivariate compositional spatial model

Description

Prediction function for the fitted deepspat_trivar_GP object

Usage

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

Value

predict.deepspat_trivar_GP returns a list with the following item

"df_pred"

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

Arguments

object

the deepspat_trivar_GP object

newdata

data frame containing the prediction locations

...

currently unused