getMeanChiSq {CoGAPS}R Documentation

return chi-sq of final matrices

Description

return chi-sq of final matrices

Usage

getMeanChiSq(object)

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

Arguments

object

an object of type CogapsResult

Value

chi-sq error

Examples

data(GIST)
getMeanChiSq(GIST.result)

[Package CoGAPS version 3.10.0 Index]