computeAssociations {Hmsc}R Documentation

computeAssociations

Description

Computes the species association matrices associated with each random level

Usage

computeAssociations(hM, start = 1, thin = 1)

Arguments

hM

a fitted Hmsc model object

start

index of first MCMC sample included

thin

thinning interval of posterior distribution

Value

list of association matrices (\omega) corresponding to each random level in the model

Examples

# Compute the associations (residual correlations) between species from a HMSC model
assoc = computeAssociations(TD$m)


[Package Hmsc version 3.0-13 Index]