valmetrics (version 1.0.0)

sst: sst

Description

Calculates the Total sums of squares (SST) from a vector of observed values.

Usage

sst(o)

Arguments

o

A numeric vector. Observed values.

Value

Total sums of squares (SST).

Details

Interpretation: smaller is better.

Examples

Run this code
# NOT RUN {
obs<-c(1:10)
sst(o=obs)

# }

Run the code above in your browser using DataCamp Workspace