surr: Accessor for the 'surr' slot of a 'svplsSurr' object

Description Usage Arguments Value Examples

Description

Accessor for the 'surr' slot of a 'svplsSurr' object

Usage

1
2
3
4
5
6
7
surr(object)

## S4 method for signature 'svplsSurr'
surr(object)

## S4 method for signature 'svplsSurr'
surr(object)

Arguments

object

a svplsSurr object

Value

A matrix of the significant surrogate variables obtained from svplsSurr

Examples

1
2
3
4
data(sim.dat)
group = as.factor(c(rep(1, 10), rep(-1, 10)))
sv = svplsSurr(sim.dat, group)
surr(sv)

sutigit21/SVAPLSseq documentation built on May 30, 2019, 8:43 p.m.