Learn R Programming

HistDAWass (version 1.0.8)

Center.cell.MatH: Method Center.cell.MatH Centers all the cells of a matrix of distributions

Description

The function transform a MatH object (i.e. a matrix of distributions), such that each distribution is shifted and has a mean equal to zero

Usage

Center.cell.MatH(object)

# S4 method for MatH Center.cell.MatH(object)

Value

A MatH object, having each distribution with a zero mean.

Arguments

object

a MatH object, a matrix of distributions.

Examples

Run this code
CEN_BLOOD <- Center.cell.MatH(BLOOD)
get.MatH.stats(BLOOD, stat = "mean")

Run the code above in your browser using DataLab