Plots an ordinal Logistic Biplot
# S3 method for Ordinal.Logistic.Biplot
plot(x, A1 = 1, A2 = 2,
ShowAxis = FALSE, margin = 0, PlotVars = TRUE, PlotInd = TRUE,
LabelVars = TRUE, LabelInd = TRUE, mode = "a", CexInd = NULL,
CexVar = NULL, ColorInd = NULL, ColorVar = NULL, SmartLabels = TRUE,
MinQualityVars = 0, dp = 0, PredPoints = 0, PlotAxis = FALSE,
TypeScale = "Complete", ValuesScale = "Original",
SizeQualInd = FALSE, SizeQualVars = FALSE, ColorQualInd = FALSE,
ColorQualVars = FALSE, PchInd = NULL, PchVar = NULL,
PlotClus = FALSE, TypeClus = "ch", ClustConf = 1,
ClustCenters = FALSE, UseClusterColors = TRUE, ClustLegend = TRUE,
ClustLegendPos = "topright", TextVarPos = 1, PlotSupVars = FALSE,...)
The plot ....
Plots and object of type "Ordinal.Logistic.Biplot"
First dimension to plot
Second dimension to plot
Should the axis be shown
Margin for the graph (in order to have space for the variable levels)
Should the variables be plotted?
Should the individuals be plotted?
Should the variables be labelled?
Should the variables be labelled?
Mode of the biplot (see the classical biplot)
Type of marker used for the individuals
Type of marker used for the variables
Colors used for the individuals
Colors used for the cariables
Should smart placement for the labels be used?
Minimum quality of representation for a variable to be displayed
Set of variables in which the individuals are projected
Set of points thet will be projected on all the variables
Should the axis be plotted?
See continuous biplots
See continuous biplots
Should the size of the labels and points be related to the quality of representation for individuals?
Should the size of the labels and points be related to the quality of representation for variables?
Should the intensity of the color of the labels and points be related to the quality of representation for individuals?
Should the intensity of the color of the labels and points be related to the quality of representation for variables?
Markers for the individuals
Markers for the individuals
Should the added clusters for the individuals be plotted?
Type of plot for the clusters. The types are "ch", "el" and "st" for "Convex Hull", "Ellipse" and "Star" repectively.
Confidence level for the cluster
Should the centers of the clsters be plotted
Should the colors of the clusters be used to plot the individuals.
Should a legend for the clusters be added?
Position of the legend
Position of the labels for the variables
Should the supplementary variables be plotted
Any other aditional parameters
Jose Luis Vicente Villardon
Plots an ordinal Logistic Biplot
Vicente-Villardón, J. L., & Sánchez, 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.
plot.ContinuousBiplot
data(Doctors)
olb = OrdLogBipEM(Doctors,dim = 2, nnodes = 10, initial=4, tol = 0.001,
maxiter = 100, penalization = 0.1, show=TRUE)
plot(olb, mode="s", ColorInd="gray", ColorVar=1:5)
Run the code above in your browser using DataLab