Calculate the Sum of Squared Errors
calc_ss.Rd
Calculates the sum of the squared errors (SSE) for a vector of numeric data.
Examples
calc_ss(rnorm(100, 50, 5))
#> [1] 2436.067
calc_ss.Rd
Calculates the sum of the squared errors (SSE) for a vector of numeric data.
calc_ss(rnorm(100, 50, 5))
#> [1] 2436.067