mean_of_medians {structToolbox} | R Documentation |
Applies an offset to the data such that the mean of the medians is equal for all samples.
mean_of_medians(factor_name, ...)
factor_name |
the column sample of sample_meta to use. Mean of medians will be applied based on the levels in this factor. |
... |
additional slots and values passed to struct_class |
struct object
D = iris_DatasetExperiment() M = mean_of_medians(factor_name='Species') M = model_apply(M,D)