corcondia | R Documentation |
Core Consistency Diagnostic (CORCONDIA) calculation
corcondia(X, Fac)
X |
Input data matrix |
Fac |
PARAFAC model Fac object |
Scalar of the CORCONDIA value
X = Fujita2023$data
model = parafac(X, 2)
corcondia(X, model$Fac)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.