Dear R-helpers,

I have dist class objects for 10 individuals rating the  
dissimilarities (on a 100-point scale) of the same 10 faces (analogous  
to the bread data). I would like to get an individual differences  
scaling jointly for the individual judges and the faces, and plot them  
on the same axes.

This is the example:
library(smacof)
data(breakfast)
res.rect<-smacofRect(breakfast, itmax = 1000)
plot(res.rect, joint = TRUE, xlim = c(-10, 10))

However, smacofIndDiff() doesn't produce the desired form of output.  
This is the bread example, which has data in roughly the same form as  
mine:
data(bread)
res.uc <- smacofIndDiff(bread, itmax = 1000)

Thanks,


_____________________________
Professor Michael Kubovy
University of Virginia
Department of Psychology
USPS:     P.O.Box 400400    Charlottesville, VA 22904-4400
Parcels:    Room 102        Gilmer Hall
       McCormick Road    Charlottesville, VA 22903
Office:    B011    +1-434-982-4729
Lab:        B019    +1-434-982-4751
Fax:        +1-434-982-4766
WWW:    http://www.people.virginia.edu/~mk9y/



        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to