kunfolding | R Documentation |
Kemeny-equivalent augmented unfolding.
kunfolding(X, p = 2, control = mdscontrol(...), ...)
X |
A n by m data matrix, in which there are n judges and m objects to be judged. Each row is a ranking of the objects which are represented by the columns. |
p |
the dimensionality of the solution. Default p=2 |
control |
a list of options that control details of the |
... |
arguments passed bypassing |
The MDS engine is smacofsym from smacof
.In a future release other mds algorithms will be implemented.
The output consists in a object of the class "kunfolding". It contains:
rawstress | raw stress | ||
nrawstress | normalized raw stress | ||
stress1 | Stress-1 | ||
rowcoord | row (individuals) coordinates | ||
colcord | column (items) coordinates | ||
dhat | dhat | ||
dij | configuration distance | ||
shepardD | DeSarbo I Index | ||
kendallfit | Kendall tau_b between transformed and fitted proximities | ||
tauxfit | Tau_X between transformed and fitted proximities | ||
avgrecov | Averaged recovery measure between raw preference data and fitted proximities | ||
avgedpearson | Averaged Pearson correlation between raw preference data and fitted proximities | ||
avgspearman | Averaged Spearman rho between raw preference data and fitted proximities | ||
avgkendall | Averaged Kendall taub between raw preference data and fitted proximities | ||
avgtaux | Averaged Tau_X between raw preference data and fitted proximities | ||
resume | Resume meausures | ||
resumerec | tab | Resume of recovery measures | |
resumeaug | Resume of augmentation matrix | ||
kDelta | Kemeny equivalent dissimilarity matrix | ||
beta | beta parameter | ||
alpha | alpha parameter | ||
interactions | n x m interaction submatrix | ||
csi | csi parameter | ||
mdssol | mds solution as returned by smacof package |
||
n_i | number of individuals | ||
n_c | number of items | ||
tots | total | ||
model | mds model | ||
transf | transformation used |
An object of the class kunfolding. See details for detailed information.
Antonio D'Ambrosio antdambr@unina.it
D'Ambrosio, A., Vera, J. F., & Heiser, W. J. (2022). Avoiding degeneracies in ordinal unfolding using Kemeny-equivalent dissimilarities for two-way two-mode preference rank data. Multivariate Behavioral Research, 57(4), 679-699.
augmatrix
data("breakfast", package="smacof")
unfout <- kunfolding(breakfast)
itemsl <- colnames(breakfast)
plot(unfout,labs=itemsl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.