ss {blockmodeling} | R Documentation |
Sum of Squared deviations from the mean and sum of Absolute Deviations from the median
Description
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.
Usage
ss(x)
ssNa(x)
ad(x)
Arguments
x |
A numeric vector. |
Value
Sum of Squared deviations from the mean or sum of Absolute Deviations from the median.
Author(s)
Aleš Žiberna
[Package blockmodeling version 1.1.5 Index]