Learn R Programming

SOD (version 1.0)

SOD.stress.functions: SOD normalised stress values

Description

Functions that return stress values normalised by the total distance between nodes.
  • kStress returns a vector of Kruskal stress (sum of squared errors) / (squared distances).
  • nStress returns a vector of absolute errors divided by the sum of all distances.

Usage

nStress(sq)
kStress(sq)

Arguments

sq
A named list produced by a squeeze function of class sod_sq3.

See Also

SOD-package DimSqueezer DimSqueezer_CL

Examples

Run this code
## please see examples in the SOD documentation package
## ?SOD
##

Run the code above in your browser using DataLab