summary.predgc {gcKrig}R Documentation

Methods for Extracting Information from Fitted Object of Class predgc

Description

Output a summary data frame.

Usage

## S3 method for class 'predgc'
summary(object,...)

Arguments

object

an object of class predgc inherited from function predgc.

...

further arguments.

Value

A table including the following information:

pred.locs

prediction locations.

predMean

the expectation of the conditional predictive distribution.

predCount

predicted counts; the closest integer that predMean rounded to.

predVar

estimated variance of the prediction at prediction locations.

predInterval.EqualTail

equal-tail prediction interval; computed only if ConfidenceLevel = TRUE.

predInterval.Shortest

shortest length prediction interval; computed only if ConfidenceLevel = TRUE.

Author(s)

Zifei Han hanzifei1@gmail.com

See Also

mlegc, predgc


[Package gcKrig version 1.1.8 Index]