ss {blockmodeling} | R Documentation |
Functions to compute Sum of Squared deviations from the mean and sum of Absolute Deviations from the median. ssNa
removes missing values (NA
s) before calling the ss
function.
ss(x)
ssNa(x)
ad(x)
x |
A numeric vector. |
Sum of Squared deviations from the mean or sum of Absolute Deviations from the median.
Aleš Žiberna