predict.BGCCM | R Documentation |
Performs prediction for the bivariate Gaussian common component geostatistical model
## S3 method for class 'BGCCM'
predict(object, locations, borders,
variable.to.predict = 1, ...)
object |
on object of the class |
locations |
an |
borders |
optional. If missing, by default reads the element
|
variable.to.predict |
scalar with options for values or 2 indicating which variable is to be predicted. |
... |
not yet used. |
A list of the class BGCCMpred
with components:
predicted |
predicted values. |
krige.var |
prediction variances. |
This is a new function and still in draft format and pretty much untested.
Paulo Justiniano Ribeiro Jr. paulojus@leg.ufpr.br,
Peter J. Diggle p.diggle@lancaster.ac.uk.
likfitBGCCM
# see http://www.leg.ufpr.br/geoR/tutorials/CCM.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.