cocoPredict {cocons}R Documentation

Prediction for object class coco

Description

Prediction for a fitted coco object.

Usage

cocoPredict(coco.object, newdataset, newlocs, type = 'mean')

Arguments

coco.object

a coco object

newdataset

a data.frame including covariates present in model.list

newlocs

a matrix with locations related to newdataset

type

whether "mean" or "pred", which gives a point prediction as well as the prediction uncertainty

Value

a list with mean predictions and CRPS values, latter if specified.

Author(s)

Federico Blasi


[Package cocons version 0.1 Index]