Nothing
      print.DIFlasso <-
function(x, ...){
  I <- nrow(x$beta)
  dif.mat <- x$dif.mat
  dif.items <- x$dif.items
  cat("Number of (valid) persons: P =",x$P,"\n")
  cat("Number of items: I =",I,"\n")
  cat("DIF Items:",dif.items,"\n")
  cat("\n")
  cat("Matrix of estimated item-specific coefficients:\n")
  print.default(dif.mat, ...)
  invisible(x)
}
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.