matchLMCs | R Documentation |
Matching the recovered components to the reference
matchLMCs(That, Tref, method = "corrmatch", check = TRUE, Ahat = NULL)
That |
recovered components from factorization |
Tref |
reference components |
method |
one of "corrmatch" and "greedymatch" |
check |
for method "corrmatch": a flag specifying whether to check uniquenes of the match |
Ahat |
for method "greedymatch": recovered mixing proportions |
Wrapper function for component matching methods
a vector of indices. The length and the order of the vector corresponds to the columns of TT
and the indices specify the columns of Tref
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.