weightCount-class: Class "weightCount"

Description Objects from the Class Slots Extends Methods Author(s) See Also Examples

Description

~~ A concise (1-5 lines) description of what the class is.

Objects from the Class

Objects can be created by calls of the form new("weightCount", testStatistic, name, allMembers, groupMembers, sigMembers, weights, sigRatio, penalise, ...).

Slots

weights:

Object of class "numeric" ~~

sigRatio:

Object of class "function" ~~

penalise:

Object of class "function" ~~

roundFun:

Object of class "function" ~~

significant:

Object of class "integer" ~~

name:

Object of class "character" ~~

allMembers:

Object of class "character" ~~

members:

Object of class "character" ~~

testStatistic:

Object of class "function" ~~

testStatPar:

Object of class "list" ~~

Extends

Class "classicCount", directly. Class "groupStats", by class "classicCount", distance 2.

Methods

No methods defined with class "weightCount" in the signature.

Author(s)

Adrian Alexa

See Also

groupStats-class, getSigGroups-methods

Examples

1
2
3
4
data(ONTdata)
test.stat <- new("weightCount", testStatistic = GOFisherTest, name = "Fisher test", sigRatio = "ratio")
resultWeight <- getSigGroups(GOdata, test.stat)
resultWeight

hxin/topOnto documentation built on May 17, 2019, 9:15 p.m.