#' Jost output classes
#'
#' Creates jost_output class
#' @keywords jost
#' @export
#' @examples
#' jost_output()
jost_output <- setClass("jost.output",
slots = c(summary = "list",
weights = "numeric",
spec.freq = "data.frame",
boot = "logical",
boot.output = "list"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.