Nothing
#' Title Summarize an Analysis of Multiple Outcomes.
#' @description
#' Summarize an analysis of multiple outcomes.
#'
#' @param x an object returned by `multipleOutcomes()`.
#' @param ... for debugging only.
#'
#' @return an invisible object.
#' @export
#'
#' @examples
#' ## no example
print.summary.multipleOutcomes <- function(x, ...){
cat('Call:\n')
print(x$call)
cat('\n')
cat('Coefficients:\n')
printCoefmat(x$coefficients, P.values = TRUE, has.Pvalue = TRUE)
}
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.