Last chance! 50% off unlimited learning
Sale ends in
cph(W, labels = NULL)
Rel.Box
' class.
Partial.Order
' class with an array representing the cumulated person hierarchy.
The outcome of this function depends on the characteristics of the Relation-Box.
Mandel, M.J. `Roles and networks: A local approach'. B.A. Honours thesis, Harvard University. 1978.
rbox
, semigroup
, diagram
## Create the data: two binary relations among three elements
arr <- round( replace( array(runif(18), c(3,3,2)), array(runif(18),
c(3,3,2))>.9, 3 ) )
## Make the Relation Box
rarr <- rbox(arr)
## Calculate the cumulated person hierarchy
cph(rarr)
Run the code above in your browser using DataLab