powered by
coef extract the test results from the results of a concordance.test
coef
# S4 method for ConcordanceTest coef(object, ...)
A matrix
An object of ConcordanceTest-class
ConcordanceTest-class
Not used
Other concordance functions: concordance.test(), getPsi(), rfromPsi()
concordance.test()
getPsi()
rfromPsi()
matRandom <- matrix(rnorm(3*20),20,3) testResult <- concordance.test(matRandom) getPsi(testResult) coef(testResult)
Run the code above in your browser using DataLab