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 summarised
data.
Arguments
- path_coda
Character. Path to the
.qs2
/.RData
file containing the coda object.- env_file
Character. Path to the environment file containing paths to data sources. Defaults to
.env
.- return_data
Logical. Whether the summarised 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.