calcWINS {hce} | R Documentation |
A generic function for calculating win statistics
Description
A generic function for calculating win statistics
Usage
calcWINS(x, ...)
Arguments
x |
an object used to select a method. |
... |
further arguments passed to or from other methods. |
Value
a data frame containing calculated values.
See Also
calcWINS.hce()
, calcWINS.formula()
, calcWINS.data.frame()
methods.
[Package hce version 0.6.0 Index]