Learn R Programming

MultBiplotR (version 23.11.0)

PolyOrdinalLogBiplot: Factor Analysis Biplot based on polychoric correlations

Description

Calculates a biplot for ordinal data based on polychoric correlations

Usage

PolyOrdinalLogBiplot(X, dimension = 3, method = "principal", 
rotate = "varimax", RescaleCoordinates = TRUE, ...)

Value

A biplot (Continuous or ordinal)

Arguments

X

A matrix of ordinal data

dimension

Number of dimensiona to retain

method

Principal components (principal) or factor analysis (fa)

rotate

Rotation for the analysis

RescaleCoordinates

Rescale coordinates as in a continuous data biplot

...

Any aditional arguments for the principal and fa functions

Author

Jose Luis Vicente Villardon

Details

The procedure calculates

See Also

fa, principal

Examples

Run this code
## Not Yet

Run the code above in your browser using DataLab