mufColumns: Calculates the MUF statistic for each column of a matrix

Description Usage Arguments Value Author(s) See Also Examples

View source: R/muf.R

Description

Apply the 'mufMax' function to each column of a matrix

Usage

1

Arguments

d

matrix of numeric values

Value

vector of maximum (in magnitude) MUF scores, one for each column

Author(s)

Mark Robinson

See Also

mufMax mufC

Examples

1
2
x <- matrix( rnorm(20), nr=5 )
mufColumns(x)

FIRMAGene documentation built on May 2, 2019, 5:55 p.m.