hebing2: Group your data

View source: R/statistics.R

hebing2R Documentation

Group your data

Description

Group your data

Usage

hebing2(otutab, group_df, margin = 2, act = "mean")

Arguments

otutab

data.frame

group_df

group data.frame with two columns (id and group). The same ID can be mapped to multiple groups.

margin

1 for row and 2 for column(default: 2)

act

do (default: mean)

Value

data.frame

Examples

data(otutab)
hebing2(otutab, data.frame(id = c("NS1", "NS2", "NS1", "NS3"), group = c("A", "A", "B", "B")))

pcutils documentation built on April 4, 2025, 5:14 a.m.