corr_family | R Documentation |
corr_family
objects
corr_family
objects provide a convenient way to implement correlation models handled by spaMM
, analogous to family
objects. These objects are undocumented (but there are documentation pages for each of the models implemented).
# Matern(...) # see help(Matern)
# Cauchy(...) # see help(Cauchy)
# corrMatrix(...) # see help(corrMatrix)
# AR1(...) # see help(AR1)
# adjacency(...) # see help(adjacency)
# IMRF(...) # see help(IMRF)
## S3 method for class 'corr_family'
print(x,...)
x |
|
... |
arguments that may be needed by some |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.