torgerson {cops}R 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)

[Package cops version 1.3-1 Index]