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