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 |
... |
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 |
predVar |
estimated variance of the prediction at prediction locations. |
predInterval.EqualTail |
equal-tail prediction interval;
computed only if |
predInterval.Shortest |
shortest length prediction interval;
computed only if |
Author(s)
Zifei Han hanzifei1@gmail.com
See Also
[Package gcKrig version 1.1.8 Index]