getPatternMatrix {CoGAPS}R Documentation

return pattern matrix from CogapsResult object

Description

return pattern matrix from CogapsResult object

Usage

getPatternMatrix(object)

## S4 method for signature 'CogapsResult'
getPatternMatrix(object)

Arguments

object

an object of type CogapsResult

Value

pattern matrix

Examples

data(GIST)
patternMatrix <- getPatternMatrix(GIST.result)

[Package CoGAPS version 3.13.0 Index]