coef {nopaco} | R Documentation |
Extract test results from the results of a concordance.test
Description
coef
extract the test results from the results of a concordance.test
Usage
## S4 method for signature 'ConcordanceTest'
coef(object, ...)
Arguments
object |
An object of |
... |
Not used |
Value
A matrix
See Also
Other concordance functions:
concordance.test()
,
getPsi()
,
rfromPsi()
Examples
matRandom <- matrix(rnorm(3*20),20,3)
testResult <- concordance.test(matRandom)
getPsi(testResult)
coef(testResult)
[Package nopaco version 1.0.7 Index]