United States Cancer Statistics from the U.S. Center for Disease Control.
More...
United States Cancer Statistics from the U.S. Center for Disease Control.
From the United States Cancer Statistics as part of the U.S. Center for Disease Control, the following data set focuses on the crude rate for all types of cancer reported for different demograpic groups. Significant groupings include age, gender, race and geographical area.
https://www.cdc.gov/united-states-cancer-statistics/public-use/index.html
One does not typically create an object from this type, but rather obtain them by calling bridges::connect::DataSource::getCancerIncidenceData()
Refer to tutorial examples on how to use this dataset: https://bridgesuncc.github.io/tutorials/Data_CancerIncidence.html
Data: Courtesy of Corgis Datasets, 2017
Author: Kalpathi Subramanian, April, 2017
◆ CancerIncidence()
bridges.data_src_dependent.CancerIncidence.CancerIncidence |
( |
| ) |
|
◆ getAffectedArea()
String bridges.data_src_dependent.CancerIncidence.getAffectedArea |
( |
| ) |
|
Get the cancer incidence area (state, region, etc)
- Returns
- affected area
◆ getAgeAdjustedCI_Lower()
double bridges.data_src_dependent.CancerIncidence.getAgeAdjustedCI_Lower |
( |
| ) |
|
◆ getAgeAdjustedCI_Upper()
double bridges.data_src_dependent.CancerIncidence.getAgeAdjustedCI_Upper |
( |
| ) |
|
◆ getAgeAdjustedRate()
double bridges.data_src_dependent.CancerIncidence.getAgeAdjustedRate |
( |
| ) |
|
◆ getCount()
int bridges.data_src_dependent.CancerIncidence.getCount |
( |
| ) |
|
Get the number of people affected in this group.
- Returns
- number of people affected in this group.
◆ getCrudeRate()
double bridges.data_src_dependent.CancerIncidence.getCrudeRate |
( |
| ) |
|
Get the cancer rate, adjusted for population.
- Returns
- crude cancer rate
◆ getCrudeRate_CI_Lower()
double bridges.data_src_dependent.CancerIncidence.getCrudeRate_CI_Lower |
( |
| ) |
|
Get the expected cancer crude rate confidence interval(lower), adjusted for age of participants.
- Returns
- cancer conf interval (lower) rate
◆ getCrudeRate_CI_Upper()
double bridges.data_src_dependent.CancerIncidence.getCrudeRate_CI_Upper |
( |
| ) |
|
Get the expected cancer crude rate confidence interval(upper), adjusted for age of participants.
- Returns
- cancer crude rate CI (upper) rate
◆ getEventType()
String bridges.data_src_dependent.CancerIncidence.getEventType |
( |
| ) |
|
Get the event type (incidence, mortality, etc)
- Returns
- event type
◆ getGender()
String bridges.data_src_dependent.CancerIncidence.getGender |
( |
| ) |
|
◆ getLocationX()
double bridges.data_src_dependent.CancerIncidence.getLocationX |
( |
| ) |
|
Get the X coordinate of location.
- Returns
- x coordinate (longitude?)
◆ getLocationY()
double bridges.data_src_dependent.CancerIncidence.getLocationY |
( |
| ) |
|
Get the Y coordinate of location.
- Returns
- y coordinate (latitude?)
◆ getPopulation()
int bridges.data_src_dependent.CancerIncidence.getPopulation |
( |
| ) |
|
Get the population size.
- Returns
- population size
◆ getRace()
String bridges.data_src_dependent.CancerIncidence.getRace |
( |
| ) |
|
Get the race of the group
- Returns
- race (All Races, etc)
◆ getYear()
int bridges.data_src_dependent.CancerIncidence.getYear |
( |
| ) |
|
Get the year of this cancer record.
- Returns
- year of the cancer record
◆ setAffectedArea()
void bridges.data_src_dependent.CancerIncidence.setAffectedArea |
( |
String |
area | ) |
|
Set cancer incidence area.
- Parameters
-
◆ setAgeAdjustedCI_Lower()
void bridges.data_src_dependent.CancerIncidence.setAgeAdjustedCI_Lower |
( |
double |
ci_l | ) |
|
Set age adjusted cancer conf interval (lower)
- Parameters
-
ci_l | lower bound for confidence interval |
◆ setAgeAdjustedCI_Upper()
void bridges.data_src_dependent.CancerIncidence.setAgeAdjustedCI_Upper |
( |
double |
ci_u | ) |
|
Set age adjusted cancer conf interval (upper)
- Parameters
-
ci_u | upper bound of the confidence interval to set |
◆ setAgeAdjustedRate()
void bridges.data_src_dependent.CancerIncidence.setAgeAdjustedRate |
( |
double |
aar | ) |
|
Set age adjusted cancer rate.
- Parameters
-
◆ setCount()
void bridges.data_src_dependent.CancerIncidence.setCount |
( |
int |
c | ) |
|
Set cancer incidence count.
- Parameters
-
◆ setCrudeRate()
void bridges.data_src_dependent.CancerIncidence.setCrudeRate |
( |
double |
cr | ) |
|
Set cancer rate, adjusted for population.
- Parameters
-
◆ setCrudeRate_CI_Lower()
void bridges.data_src_dependent.CancerIncidence.setCrudeRate_CI_Lower |
( |
double |
cr_l | ) |
|
Set age adjusted cancer crude conf interval (lower)
- Parameters
-
cr_l | lower bound of the cancer crude rate confidence interval |
◆ setCrudeRate_CI_Upper()
void bridges.data_src_dependent.CancerIncidence.setCrudeRate_CI_Upper |
( |
double |
cr_u | ) |
|
Set crude rate CI (upper)
- Parameters
-
cr_u | upper bound of crude rate confidence interval |
◆ setEventType()
void bridges.data_src_dependent.CancerIncidence.setEventType |
( |
String |
et | ) |
|
Set event type.
- Parameters
-
◆ setGender()
void bridges.data_src_dependent.CancerIncidence.setGender |
( |
String |
g | ) |
|
Set gender.
- Parameters
-
g | the gender to set ("male", "female", "male and female") |
◆ setLocationX()
void bridges.data_src_dependent.CancerIncidence.setLocationX |
( |
double |
locX | ) |
|
Set location (X coord)
- Parameters
-
locX | X coordinate of location |
◆ setLocationY()
void bridges.data_src_dependent.CancerIncidence.setLocationY |
( |
double |
locY | ) |
|
Set location (Y coord)
- Parameters
-
locY | Y coordinate of location |
◆ setPopulation()
void bridges.data_src_dependent.CancerIncidence.setPopulation |
( |
int |
pop | ) |
|
Set population size.
- Parameters
-
◆ setRace()
void bridges.data_src_dependent.CancerIncidence.setRace |
( |
String |
r | ) |
|
◆ setYear()
void bridges.data_src_dependent.CancerIncidence.setYear |
( |
int |
y | ) |
|
Set the year of this cancer record.
- Parameters
-
y | year of the cancer record |
◆ affected_area
String bridges.data_src_dependent.CancerIncidence.affected_area |
|
package |
◆ age_adjusted_rate_ci
double bridges.data_src_dependent.CancerIncidence.age_adjusted_rate_ci[] |
|
package |
◆ crude_rate
double bridges.data_src_dependent.CancerIncidence.crude_rate |
|
package |
◆ crude_rate_ci
double bridges.data_src_dependent.CancerIncidence.crude_rate_ci[] |
|
package |
◆ event_type
String bridges.data_src_dependent.CancerIncidence.event_type |
|
package |
◆ population
int bridges.data_src_dependent.CancerIncidence.population |
|
package |
◆ race
String bridges.data_src_dependent.CancerIncidence.race |
|
package |
◆ year
int bridges.data_src_dependent.CancerIncidence.year |
|
package |
The documentation for this class was generated from the following file: