cohens_d: Cohen's D

Description Usage Arguments Value Examples

View source: R/stats.R

Description

Computes Cohen's D for each feature

Usage

1
2
cohens_d(object, id = subject_col(object), group = group_col(object),
  time = time_col(object))

Arguments

object

a MetaboSet object

id

character, name of the subject ID column

group

character, name of the group column

time

character, name of the time column

Value

data frame with Cohen's d for each feature

Examples

1
d_results <- cohens_d(drop_qcs(example_set))

antonvsdata/amp documentation built on Jan. 8, 2020, 3:15 a.m.