Learn R Programming

Delta (version 0.2.0.3)

GetKappaProblemType: Get Kappa problem type function

Description

This function apply Test to identify where kappa solutions are placed K0 = Full agreement (diagonal matrix) K1 = Any other case

Usage

GetKappaProblemType(Mx)

Arguments

Mx

Matrix. Matrix reduced.

Examples

Run this code
# NOT RUN {
GetKappaProblemType(matrix(c(1,2,0,3,4,0,0,0,1),3,3))
GetKappaProblemType(matrix(c(1,0,0,0,2,0,0,0,3),3,3))
# }

Run the code above in your browser using DataLab