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

coefR Documentation

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 signature 'ConcordanceTest'
coef(object, ...)

Arguments

object

An object of ConcordanceTest-class

...

Not used

Value

A matrix

See Also

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

Examples


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


nopaco documentation built on May 31, 2023, 7:02 p.m.