powered by
Calculates the Total sums of squares (SST) from a vector of observed values.
sst(o)
A numeric vector. Observed values.
Total sums of squares (SST).
Interpretation: smaller is better.
# NOT RUN { obs<-c(1:10) sst(o=obs) # }
Run the code above in your browser using DataLab