mean_of_medians: Mean of medians

Description Usage Arguments Value Examples

View source: R/mean_of_medians.R

Description

The data matrix is normalised by the mean of the median of each factor level.

Usage

1
mean_of_medians(factor_name, ...)

Arguments

factor_name

(character) The name of a sample-meta column to use.

...

Additional slots and values passed to struct_class.

Value

A mean_of_medians object.

Examples

1
2
3
D = iris_DatasetExperiment()
M = mean_of_medians(factor_name='Species')
M = model_apply(M,D)

structToolbox documentation built on Nov. 8, 2020, 6:54 p.m.