inertia: Calculate the log-likelihoods of all possible models

Description Usage Arguments Value Examples

View source: R/F_inertia.R

Description

Calculate the log-likelihoods of all possible models

Usage

1
inertia(rcm)

Arguments

rcm

an object of the RCM class

Value

A table with inertias, proportion inertia explained and cumulative proportion of inertia explained.

Examples

1
2
3
4
5
6
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)

RCM documentation built on Nov. 8, 2020, 5:22 p.m.

Related to inertia in RCM...