R/jost_output.R

#' 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"))
ebatzer/JostDiv documentation built on Nov. 4, 2019, 11:28 a.m.