sst {valmetrics}R Documentation

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.

Details

Interpretation: smaller is better.

Value

Total sums of squares (SST).

Author(s)

Kristin Piikki, Johanna Wetterlind, Mats Soderstrom and Bo Stenberg, E-mail: kristin.piikki@slu.se

Examples

obs<-c(1:10)
sst(o=obs)


[Package valmetrics version 1.0.0 Index]