Description Usage Arguments Examples
View source: R/GetKappaProblemType.r
This function apply Test to identify where kappa solutions are placed K0 = Full agreement (diagonal matrix) K1 = Any other case
1 |
Mx |
Matrix. Matrix reduced. |
1 2 | 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))
|
[1] "K1"
[1] "K0"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.