coef.eicm: Extract EICM model coefficients

View source: R/auxiliary.r

coef.eicmR Documentation

Extract EICM model coefficients

Description

Extract the EICM model coefficients, organized in three separate matrices.

Usage

## S3 method for class 'eicm'
coef(object, ...)

Arguments

object

a EICM model.

...

additional argument(s) for methods.

Value

A list with three coefficient matrices:

$env

environmental coefficients

$sp

species interaction coefficients. It reads as: species C (column) affects species R (row) with the coefficient sp[R, C]

$samples

estimated latent variable values


eicm documentation built on May 31, 2023, 5:20 p.m.