-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathseer_pop_fl_1990.Rd
47 lines (45 loc) · 1.79 KB
/
seer_pop_fl_1990.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/fcds-data.R
\docType{data}
\name{seer_pop_fl_1990}
\alias{seer_pop_fl_1990}
\title{SEER Florida population data, with origin, post-1990}
\format{A data frame with 75,335 rows and 11 variables:
\describe{
\item{\code{year}}{Year}
\item{\code{state}}{State postal abbreviation}
\item{\code{state_fips}}{State FIPS code}
\item{\code{county_fips}}{County FIPS code}
\item{\code{registry}}{Registry}
\item{\code{race}}{Race: White, Black, Other}
\item{\code{origin}}{Origin: Non-Hispanic, Hispanic}
\item{\code{sex}}{Sex}
\item{\code{age_group}}{Age: 19 groups from 0, 1--4, 5--9, \dots 85+}
\item{\code{population}}{Population}
\item{\code{county_name}}{County Name, see \link{county_fips_fl}}
}}
\usage{
seer_pop_fl_1990
}
\description{
Florida county-level population estimates from 1990--2016 in 19 age groups,
with Spanish/Hispanic origin. Downloaded from SEER on 2019-01-24 (see
references for direct links). Recoding of column values was performed
according to the guidelines available at
\url{https://seer.cancer.gov/popdata/popdic.html}. The original SEER data
includes 19 age groups, but the data set provided by this package includes
age "\code{0}" with ages "\code{1 - 4}" in the "\code{0 - 4}" group to match the coding in
the FCDS data. The SEER data was also modified to match the FCDS race
recoding by collapsing the expanded race variable into "White", "Black" and
"Other". Only years matching the FCDS 5-year mid year are included.
}
\references{
\url{https://seer.cancer.gov/popdata/}
\code{https://seer.cancer.gov/popdata/yr1990_2017.19ages/fl.1990_2017.19ages.txt.gz}
\url{https://seer.cancer.gov/popdata/popdic.html}
}
\seealso{
Other SEER Population Data: \code{\link{seer_pop_fl}}
}
\concept{SEER Population Data}
\keyword{datasets}