powered by
Extracts argument values from a ConcordanceTest-class object
ConcordanceTest-class
# S4 method for ConcordanceTest $(x, name)
The value of the requested argument
An object of ConcordanceTest-class
The argument to get the value of
matRandom <- matrix(rnorm(3*20),20,3) testResult <- concordance.test(matRandom) names(testResult) testResult$psi
Run the code above in your browser using DataLab