torgerson: Torgerson scaling

View source: R/powerstress.R

torgersonR Documentation

Torgerson scaling

Description

Torgerson scaling

Usage

torgerson(delta, p = 2)

Arguments

delta

symmetric, numeric matrix of distances

p

target space dimensions

Value

a n x p matrix (the configuration)

Examples

dis<-as.matrix(smacof::kinshipdelta)
res<-torgerson(dis)

cops documentation built on Jan. 22, 2023, 1:47 a.m.