Description Usage Arguments Value
Optimization function for k parameter
1 2 3 4 5 6 7 8 | fitness(
k,
pca.to.tune,
data.prep,
IData,
use = "everything",
method = "pearson"
)
|
k |
Number of eigenvectors to test |
pca.to.tune |
Pca used for optimization |
data.prep |
object returned by dataPrep function |
IData |
Intensity correlation data |
use |
An optional character string giving a method for computing correlations in the presence of missing values. Default is "everything", but when missing values are present, "pairwise.complete.obs" is required. |
Results for k optimization
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.