prop.vars: Accessor for the 'prop.vars' slot of a 'svplsSurr' object

Description Usage Arguments Value Examples

Description

Accessor for the 'prop.vars' slot of a 'svplsSurr' object

Usage

1
2
3
4
5
6
7
prop.vars(object)

## S4 method for signature 'svplsSurr'
prop.vars(object)

## S4 method for signature 'svplsSurr'
prop.vars(object)

Arguments

object

a svplsSurr object

Value

A vector of the variance proportions in the data space explained by 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)
prop.vars(sv)

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