ss: Sum of Squared deviations from the mean and sum of Absolute...

ssR 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 (NAs) 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


blockmodeling documentation built on Feb. 12, 2024, 3:01 a.m.