R/Data.R

##' @name austr
##'
##' @title Data set for testing marima package (australian killings)
##'
##' @description Data for marima examples.  
##'
##' @usage data(austr)
##'
##' @docType data
##'
##' @format A data frame (austr) with 7 columns and 100 rows.
##' 
##' \describe{
##'   \item{Year}{Year for data}
##'   \item{suic.fire}{Rate of suicides by firearms}
##'   \item{homi.fire}{Rate of homicides by firearms}
##'   \item{suic.other}{Rate of suicides by non firearms}
##'   \item{homi.other}{Rate of homicides by non firearms}
##'   \item{leg}{Legislation against firearms in effect}
##'   \item{acc.elg}{Accumulated effect of legislation in years} 
##' }
NULL

Try the marima package in your browser

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

marima documentation built on May 2, 2019, 2:10 p.m.