Learn R Programming

HistDAWass (version 1.0.4)

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)

Arguments

object

a MatH object, a matrix of distributions.

Value

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

Examples

Run this code
# NOT RUN {
CEN_BLOOD=Center.cell.MatH(BLOOD)
get.MatH.stats(BLOOD, stat="mean")
# }

Run the code above in your browser using DataLab