summary.predgc: Methods for Extracting Information from Fitted Object of...

View source: R/S3Methods.R

summary.predgcR 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


gcKrig documentation built on July 3, 2022, 1:05 a.m.