corr_family {spaMM} | R Documentation |
corr_family
objects
Description
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).
Usage
# 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,...)
Arguments
x |
|
... |
arguments that may be needed by some |
[Package spaMM version 4.5.0 Index]