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,...)
Arguments
x: corr_family object.
...: arguments that may be needed by some corr_family object or some print method.