cem.corr {LoopAnalyst} | R Documentation |
Validates a community effect matrix and computes its associated tables of correlations.
cem.corr(CEM)
CEM |
A valid community effect matrix. |
The supplied matrix is validated as a community effect matrix, and the table of predicted correlations is computed. Output is formatted as per Puccia and Levins, 1986 (see page 57) and correlations are represented as "-", "0", "+", and "?" for negative correlation, no correlation, positive correlation,and ambiguous correlation, respectively.
Alexis Dinno http://www.doyenne.com/LoopAnalyst/
Puccia, C. J. and Levins, R. (1986) Qualitative Modeling of Complex Systems: An Introduction to Loop Analysis and Time Averaging. Cambridge: Harvard University Press. pp 55-59
## compute tables of correlations data(cm.levins) cem <- make.cem(cm.levins) cem.corr(cem)