R/Tariff_1.0-package.R

#' 400 records of Sample Input
#' 
#' This is a dataset consisting of 400 arbitrary sample input deaths randomly sampled from cleaned PHMRC data.
#' 
#' 
#' @name RandomVA3
#' @docType data
#' @format 400 arbitrary input records.
#' @keywords datasets
#' @examples
#' 
#' data(RandomVA3)
#' head(RandomVA3$train)
#' head(RandomVA3$test)

NULL



#' Grouping of causes in RandomVA3
#' 
#' This is a matrix specifying a default grouping of the causes used in RandomVA3.
#' 
#' 
#' @name SampleCategory3
#' @docType data
#' @format 17 by 2 matrix
#' @keywords datasets
#' @examples
#' 
#' data(SampleCategory3)
#' SampleCategory3

NULL

Try the Tariff package in your browser

Any scripts or data that you put into this service are public.

Tariff documentation built on May 2, 2019, 3:35 p.m.