Plot the response functions along the directions of best fit.
Plot the response functions along the directions of best fit for the selected dimensions
PlotOrdinalResponses(olb, A1 = 1, A2 = 2, inf = -12, sup = 12, Legend = TRUE, WhatVars=NULL)
olb
: An object of class "Ordinal.Logistic.Biplot"A1
: First dimension of the plot.A2
: Second dimension of the plotinf
: Lower limit of the representationsup
: Upper limit of the representationLegend
: Should a legend be plottedWhatVars
: A vector with the numbers of the variables to be plotted. If NULL all the variables are plotted.Plot the response functions along the directions of best fit for the selected dimensions
A plot describing the behaviour of the variable
Jose Luis Vicente Villardon
data(Doctors) olb = OrdLogBipEM(Doctors,dim = 2, nnodes = 10, initial=4, tol = 0.001, maxiter = 100, penalization = 0.1, show=TRUE) PlotOrdinalResponses(olb, WhatVars=c(1,2,3,4))
Useful links