Learn R Programming

MultBiplotR (version 23.11.0)

Dhats: Calculation of Disparities

Description

Calculation of Disparities for a MDS model

Usage

Dhats(P, D, W, Model = c("Identity", "Ratio", "Interval", "Ordinal"), Standardize = TRUE)

Value

Returns the proximities.

Arguments

P

A matrix of proximities (usually dissimilarities)

D

A matrix of distances obtained from an euclidean configuration

W

A matrix of weights

Model

Measurement level of the proximities

Standardize

Should the Disparities be standardized?

Author

Jose L. Vicente Villardon

Details

Calculation of disparities using standard or monotone regression depending on the MDS model.

References

Borg, I., & Groenen, P. J. (2005). Modern multidimensional scaling: Theory and applications. Springer.

Examples

Run this code
## Function is used inside MDS or smacof

Run the code above in your browser using DataLab