OrdVarBiplot function

Plots an ordinal variable on the biplot

Plots an ordinal variable on the biplot

Plots an ordinal variable on the biplot from its fitted parameters

OrdVarBiplot(bi1, bi2, threshold, xmin = -3, xmax = 3, ymin = -3, ymax = 3, label = "Point", mode = "a", CexPoint = 0.8, PchPoint = 1, Color = "green", tl = 0.03, textpos = 1, CexScale= 0.5, ...)

Arguments

  • bi1: Slope for the first dimension to plot
  • bi2: Slope for the second dimension to plot
  • threshold: Thresholds for each category of the variable
  • xmin: Minimum value of the X on the plot
  • xmax: Maximum value of the X on the plot
  • ymin: Minimum value of the Y on the plot
  • ymax: Maximum value of the X on the plot
  • label: Label of the variable
  • mode: Mode of the plot (as in a regular biplot)
  • CexPoint: Size of the point
  • PchPoint: Mark for the point
  • Color: Color
  • tl: Tick Length
  • textpos: Position of the label
  • CexScale: Sizes of the scales
  • ...: Any aditional graphical parameter

Details

Plots an ordinal variable on the biplot from its fitted parameters. The plot uses the same parameters as any other biplot.

Returns

Returns a graphical representation of the ordinal variable on the current plot

References

Vicente-Villardon, J. L., & Sanchez, J. C. H. (2014). Logistic Biplots for Ordinal Data with an Application to Job Satisfaction of Doctorate Degree Holders in Spain. arXiv preprint arXiv:1405.0294.

Author(s)

Jose Luis Vicente Villardon

Examples

##---- Should be DIRECTLY executable !! ----
  • Maintainer: Jose Luis Vicente Villardon
  • License: GPL (>= 2)
  • Last published: 2023-11-21

Useful links