| ss | R Documentation |
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.
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.