coef {nopaco} | R Documentation |
coef
extract the test results from the results of a concordance.test
## S4 method for signature 'ConcordanceTest' coef(object, ...)
object |
An object of |
... |
Not used |
A matrix
Other concordance functions: concordance.test
,
getPsi
, rfromPsi
matRandom <- matrix(rnorm(3*20),20,3) testResult <- concordance.test(matRandom) getPsi(testResult) coef(testResult)