Description Objects from the Class Slots Extends Methods Author(s) See Also Examples
~~ A concise (1-5 lines) description of what the class is.
Objects can be created by calls of the form new("weightCount", testStatistic, name, allMembers, groupMembers, sigMembers, weights, sigRatio, penalise, ...)
.
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"
~~
Class "classicCount"
, directly.
Class "groupStats"
, by class "classicCount", distance 2.
No methods defined with class "weightCount" in the signature.
Adrian Alexa
groupStats-class
,
getSigGroups-methods
1 2 3 4 | data(ONTdata)
test.stat <- new("weightCount", testStatistic = GOFisherTest, name = "Fisher test", sigRatio = "ratio")
resultWeight <- getSigGroups(GOdata, test.stat)
resultWeight
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.