R/SE_FakeData.R

#'@title
#'South-Eastern United Status - Fake Incidence Counts
#'@description
#'Fake dataset of disease incidece in South-Eastern United States. This dataset is used for illustration of the package in the vignette.
#'
#'@docType data
#'
#'@usage data(SE_FakeData)
#'
#'@format An object of class "data.frame". Includes the following variables:
#'\itemize{
#'    \item 1) State - Seven states of South-Eastern United States (Alabama, Florida, Georgia, Mississippi, North Carolina, South Carolina, and Tennessee); factor
#'    \item 2) FIPS - County-level FIPS codes in South-Eastern United States
#'    \item 3) long - longitude
#'    \item 4) lat - latitude
#'    \item 5) x - covariate
#'    \item 6) y - response
#'}
#'
#'@keywords datasets
#'
#'
#'@aliases SE_FakeData
#'
#'@examples
#'data(SE_FakeData)
#'
"SE_FakeData"
mkamenet3/coefclust documentation built on June 28, 2020, 10:41 a.m.