| summary.NNGP | R Documentation |
Methods for extracting information from fitted NNGP model of class
NNGP and predict.NNGP objects from predict.
## S3 method for class 'NNGP'
summary(object, sub.sample, quantiles = c(0.025, 0.25,
0.5, 0.75, 0.975), digits = max(3L, getOption("digits") - 3L), ...)
## S3 method for class 'NNGP'
print(x, ...)
## S3 method for class 'predict.NNGP'
print(x, ...)
object, x |
object of class |
sub.sample |
an optional list that specifies the samples to included in
the summary or composition sampling. Valid tags are |
quantiles |
for |
digits |
for |
... |
currently not used. |
A set of standard extractor functions for fitted model objects of
class NNGP and prediction object of class predict.NNGP, including methods to the generic functions print and summary.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.