MarrPSamplepairs {marr}R Documentation

Generic function that returns the Marr P Sample Pairs

Description

Given a Marr object, this function returns the Marr P Sample Pairs

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

Usage

MarrPSamplepairs(object)

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

Arguments

object

an object of class Marr.

Value

Value of pSamplepairs argument passed to Marr

Examples

data <- matrix(rnorm(2400), nrow=200, ncol=12)
data_Marr <- Marr(object = data, pSamplepairs=0.75,
                  pFeatures=0.75, alpha=0.05)
MarrPSamplepairs(data_Marr)


[Package marr version 1.4.0 Index]