| CovMat_03 | R Documentation |
Computes the correlation matrix corresponding to the SCE model
CovMat_03(
parm,
matList,
adj_positions,
combined_effects = FALSE,
interaction_effects = list()
)
parm |
the parameter |
matList |
a list of the matrices (pairwise+spatial) |
adj_positions |
position of the spatial effect (if embedded) |
combined_effects |
if yes, computes the Fosdick-Raftery model |
interaction_effects |
lists the interaction effects |
a named list including the following elements: Phi: sum of scaled pairwise effect matrices Gamma: the null-matrix (no longer used) matList_combined list of all matrices (pairwise+spatial+interaction) Sigma the SCE-model correlation matrix alpha_delta linear effects (pairwise+spatial)
the correlation matrix corresponding to the SCE model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.