MarrAlpha: Generic function that returns the Marr Alpha

Description Usage Arguments Value Examples

Description

Given a Marr object, this function returns the Marr Alpha

Accessors for the 'MarrAlpha' slot of a Marr object.

Usage

1
2
3
4
MarrAlpha(object)

## S4 method for signature 'Marr'
MarrAlpha(object)

Arguments

object

an object of class Marr.

Value

Value of alpha argument passed to Marr

Examples

1
2
3
4
data <- matrix(rnorm(2400), nrow=200, ncol=12)
data_Marr <- Marr(object = data, pSamplepairs=0.75,
                  pFeatures=0.75, alpha=0.05)
MarrAlpha(data_Marr)

Ghoshlab/marr documentation built on Oct. 3, 2021, 3:20 p.m.