inertia | R Documentation |
Calculate the log-likelihoods of all possible models
inertia(rcm)
rcm |
an object of the RCM class |
A table with inertias, proportion inertia explained and cumulative proportion of inertia explained.
data(Zeller)
require(phyloseq)
tmpPhy = prune_taxa(taxa_names(Zeller)[1:100],
prune_samples(sample_names(Zeller)[1:50], Zeller))
zellerRCM = RCM(tmpPhy, round = TRUE)
inertia(zellerRCM)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.