relInv {blockmodeling} | R Documentation |
x[1]/x
).For a vector x, it computes x[1]/x
. For relInv2
, if certain elements of the result are not finite (e.g. if certain elements of x are 0), these elements are replaced with 0s.
relInv(x)
relInv2(x)
x |
A numeric vector. For |
A vector computed as x[1]/x
. For relInv2
, if the non-finite elements are replaced with 0s.
Aleš Žiberna