clusteringError | R Documentation |
compute the clustering error
clusteringError(U = NULL, V, UTrue = NULL, VTrue, probUZero = 0, probVZero = 0)
V: |
phenotype - mediator matrix; each row represents a phenotype, each column represents a mediator. The number of mediators should be no larger than that of phenotypes. |
VTrue: |
true phenotype - mediator matrix; each row represents a phenotype, each column represents a mediator. The number of mediators should be no larger than that of phenotypes. |
U: |
genotype - mediator matrix estimator; each row represents a genotype, each column represents a mediator. The number of mediators should be no larger than that of genotypes. Default is NULL. |
UTrue: |
true genotype - mediator matrix; each row represents a genotype, each column represents a mediator. The number of mediators should be no larger than that of genotypes. Default is NULL. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.