Learn R Programming

parafac4microbiome (version 1.1.2)

corcondia: Core Consistency Diagnostic (CORCONDIA) calculation

Description

Core Consistency Diagnostic (CORCONDIA) calculation

Usage

corcondia(X, Fac)

Value

Scalar of the CORCONDIA value

Arguments

X

Input data matrix

Fac

PARAFAC model Fac object

Examples

Run this code
X = Fujita2023$data
model = parafac(X, 2)
corcondia(X, model$Fac)

Run the code above in your browser using DataLab