coef.eicm {eicm} | R 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
[Package eicm version 1.0.3 Index]