$,ConcordanceTest-method {nopaco} | R Documentation |
Extracts argument values from a ConcordanceTest-class
object
## S4 method for signature 'ConcordanceTest'
x$name
x |
An object of |
name |
The argument to get the value of |
The value of the requested argument
matRandom <- matrix(rnorm(3*20),20,3)
testResult <- concordance.test(matRandom)
names(testResult)
testResult$psi