Model behind mcia
1
0
Entering edit mode
@lluis-revilla-sancho
Last seen 1 hour ago
European Union

I am trying to understand the underlying calculations performed by omicade4 on the function mcia. How can I extract the position of the samples in the new shared sample space? How is defined this sample space on a matrix where each row and column is each dataset on the list used as input?

ade4 omicade4 • 713 views
ADD COMMENT
0
Entering edit mode
@lluis-revilla-sancho
Last seen 1 hour ago
European Union

Following the Momix-notebook I used:

out <-  mcia(data)
out$mcoa$SynVar

However, this doesn't explain how is the matrix of the relationships on mcia.

              data[[1]]      data[[2]]
data[[1]]      0                1
data[[2]]      1                0

or

              data[[1]]      data[[2]]
data[[1]]      1                1
data[[2]]      1                1

or something else

ADD COMMENT

Login before adding your answer.

Traffic: 872 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6