Learn R Programming

nopaco (version 1.0.9)

coef: Extract test results from the results of a concordance.test

Description

coef extract the test results from the results of a concordance.test

Usage

# S4 method for ConcordanceTest
coef(object, ...)

Value

A matrix

Arguments

object

An object of ConcordanceTest-class

...

Not used

See Also

Other concordance functions: concordance.test(), getPsi(), rfromPsi()

Examples

Run this code

matRandom <- matrix(rnorm(3*20),20,3)
testResult <- concordance.test(matRandom)
getPsi(testResult)
coef(testResult)

Run the code above in your browser using DataLab