Nothing
fitted.indscal <-
function(object,...){
# Calculates Fitted Values (arrays) for fit INDSCAL Models
# Nathaniel E. Helwig (helwig@umn.edu)
# last updated: April 9, 2015
mydim <- c(rep(nrow(object$B),2),nrow(object$C))
array(tcrossprod(object$B,krprod(object$C,object$B)),dim=mydim)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.