This function provides a comprehensive summary of Hmsc model parameters,
including Alpha
, Beta
, Rho
, and Omega
. It processes the model's
output, performs statistical summaries, and optionally returns the summarized
data.
Arguments
- Path_Coda
Character. Path to the
.qs2
/.RData
file containing the coda object.- EnvFile
Character. Path to the environment file containing paths to data sources. Defaults to
.env
.- ReturnData
Logical. Whether the summarized data should be returned as an R object. If
TRUE
, the function returns a list containing summaries ofAlpha
,Beta
,Rho
, andOmega
parameters. The default value isFALSE
, which means the function will not return any data but will save the summaries to a specified directory.