powered by
getPsi returns the concordance coefficient(s) from a matrix or a result obtained by the concordance.test function.
getPsi
concordance.test
getPsi(x, y, ...)# S4 method for ConcordanceTest,missing getPsi(x)# S4 method for matrix,missing getPsi(x, y, ...)# S4 method for data.frame,missing getPsi(x, y, ...)# S4 method for data.frame,data.frame getPsi(x, y, ...)# S4 method for matrix,NULL getPsi(x, y, ...)# S4 method for matrix,matrix getPsi(x, y, ...)
# S4 method for ConcordanceTest,missing getPsi(x)
# S4 method for matrix,missing getPsi(x, y, ...)
# S4 method for data.frame,missing getPsi(x, y, ...)
# S4 method for data.frame,data.frame getPsi(x, y, ...)
# S4 method for matrix,NULL getPsi(x, y, ...)
# S4 method for matrix,matrix getPsi(x, y, ...)
A numeric vector with coefficient(s)
A numeric matrix or an object ConcordanceTest-class
ConcordanceTest-class
A numeric matrix (optional)
Not used
P.Rothery (1979) Biometrika 66(3):629-639
Other concordance functions: coef(), concordance.test(), rfromPsi()
coef()
concordance.test()
rfromPsi()
matRandom <- matrix(rnorm(30),10,3) testResult <- concordance.test(matRandom) getPsi(testResult) getPsi(matRandom)
Run the code above in your browser using DataLab