Learn R Programming

cops (version 1.3-1)

torgerson: Torgerson scaling

Description

Torgerson scaling

Usage

torgerson(delta, p = 2)

Value

a n x p matrix (the configuration)

Arguments

delta

symmetric, numeric matrix of distances

p

target space dimensions

Examples

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

Run the code above in your browser using DataLab