Last chance! 50% off unlimited learning
Sale ends in
signed(P, N = NULL, labels = NULL)
Signed
' class with items:Signed
' object. Positive ties are always in the first argument, and in case that this array has three dimensions, then the second dimension is considered as the negative ties, provided that N
is NULL. If ambivalent ties are present in the structure then the signed matrix represent positive, negative, ambivalent, and null ties as p
, n
, a
, and o
respectively; otherwise the values are 1
, -1
, and 0
.semiring
## Load the data
data("incubA")
## Make the signed matrix with two types of relations
signed(incubA)
Run the code above in your browser using DataLab