R/data.R

#' A fictional burial site
#'
#' A dataset containing graves (objects) and stereotypical grave attributes (variables)
#'
#' @format A data frame with 50 rows and 18 variables:
#' \itemize{
#'   \item sex_male: anthropologically male (0,1)
#'   \item sex_female: anthropologically female (0,1)
#'   \item pos_crouched: buried in a crouched position (0,1)
#'   \item pos_extended: buried in an extended position (0,1)
#'   \item orient_N-S: N-S-oriented (0,1)
#'   \item orient_W-E: W-E-oriented (0,1)
#'   \item axe_1: axe type 1 (1--10)
#'   \item axe_2: axe type 2 (1--10)
#'   \item adze_1: adze type 2 (1--10)
#'   \item adze_2: adze type 2 (1--10)
#'   \item pottery_1: pottery type 1 (1--10)
#'   \item pottery_2: pottery type 2 (1--10)
#'   \item pottery_3: pottery type 3 (1--10)
#'   \item pottery_4: pottery type 4 (1--10)
#'   \item goldring: goldring (1--10)
#'   \item goldbead: goldbead type 2 (1--10)
#'   \item fibula_1: fibula type 1 (1--10)
#'   \item fibula_2: fibula type 2 (1--10)
#' }
#' @name bs1
NULL
nevrome/varnastats documentation built on May 9, 2019, 10:43 a.m.