Nothing
# ===============================================================
# use print function to return separation reliability of object x
# ===============================================================
print.MisfittingPersons <- function(x, ...)
# print method for object of class "MisfittingPersons"
# x = object of class "MisfittingPersons"
{
cat("\n")
cat("Percentage of Misfitting Persons:", round(x$PersonMisfit,4), "%","\n")
cat("\n")
}
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.