Nothing
#' @keywords internal
#' @export
print.momtest=function(x,...,verbose=TRUE)
{
if(verbose==TRUE)
{
cat(x$Method,"\n\n")
cat("Data: ",x$Data,"\n")
cat("Null Distribution: ",x$Null.Distribution,"\n")
cat("Null Parameter: ",x$Null.Parameter,"\n")
cat("Alternative Distribution: ",x$Alternative.Distribution,"\n")
cat("Alternative Parameter: ",x$Alternative.Parameter,"\n")
cat("Sample Size: ",x$Sample.Size,"\n")
cat("Significance Level: ",x$Significance.level,"\n")
cat("Decision: ",x$Decision,"\n")
cat("Power: ",x$Power,"\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.