Bridges-Java
3.4.3
Bridges(Java API)
|
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.
http://www.cdc.gov/cancer/npcr/uscs/download_data.htm
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
Public Member Functions | |
CancerIncidence () | |
double | getAgeAdjustedRate () |
void | setAgeAdjustedRate (double aar) |
Set age adjusted cancer rate. More... | |
double | getAgeAdjustedCI_Lower () |
void | setAgeAdjustedCI_Lower (double ci_l) |
Set age adjusted cancer conf interval (lower) More... | |
double | getAgeAdjustedCI_Upper () |
void | setAgeAdjustedCI_Upper (double ci_u) |
Set age adjusted cancer conf interval (upper) More... | |
double | getCrudeRate () |
Get the cancer rate, adjusted for population. More... | |
void | setCrudeRate (double cr) |
Set cancer rate, adjusted for population. More... | |
double | getCrudeRate_CI_Lower () |
Get the expected cancer crude rate confidence interval(lower), adjusted for age of participants. More... | |
void | setCrudeRate_CI_Lower (double cr_l) |
Set age adjusted cancer crude conf interval (lower) More... | |
double | getCrudeRate_CI_Upper () |
void | setCrudeRate_CI_Upper (double cr_u) |
Set crude rate CI (upper) More... | |
int | getYear () |
Get the year of this cancer record. More... | |
void | setYear (int y) |
Set the year of this cancer record. More... | |
String | getGender () |
void | setGender (String g) |
Set gender. More... | |
String | getRace () |
void | setRace (String r) |
Set race. More... | |
String | getEventType () |
Get the event type (incidence, mortality, etc) More... | |
void | setEventType (String et) |
Set event type. More... | |
int | getPopulation () |
Get the population size. More... | |
void | setPopulation (int pop) |
Set population size. More... | |
String | getAffectedArea () |
Get the cancer incidence area (state, region, etc) More... | |
void | setAffectedArea (String area) |
Set cancer incidence area. More... | |
int | getCount () |
Get the number of people affected in this group. More... | |
void | setCount (int c) |
Set cancer incidence count. More... | |
double | getLocationX () |
Get the X coordinate of location. More... | |
void | setLocationX (double locX) |
Set location (X coord) More... | |
double | getLocationY () |
Get the Y coordinate of location. More... | |
void | setLocationY (double locY) |
Set location (Y coord) More... | |
Package Attributes | |
double | age_adjusted_rate_ci [] |
double | crude_rate |
double | crude_rate_ci [] |
int | year |
int | population |
String | race |
String | event_type |
String | affected_area |
bridges.data_src_dependent.CancerIncidence.CancerIncidence | ( | ) |
String bridges.data_src_dependent.CancerIncidence.getAffectedArea | ( | ) |
Get the cancer incidence area (state, region, etc)
double bridges.data_src_dependent.CancerIncidence.getAgeAdjustedCI_Lower | ( | ) |
double bridges.data_src_dependent.CancerIncidence.getAgeAdjustedCI_Upper | ( | ) |
double bridges.data_src_dependent.CancerIncidence.getAgeAdjustedRate | ( | ) |
int bridges.data_src_dependent.CancerIncidence.getCount | ( | ) |
Get the number of people affected in this group.
double bridges.data_src_dependent.CancerIncidence.getCrudeRate | ( | ) |
Get the cancer rate, adjusted for population.
double bridges.data_src_dependent.CancerIncidence.getCrudeRate_CI_Lower | ( | ) |
Get the expected cancer crude rate confidence interval(lower), adjusted for age of participants.
double bridges.data_src_dependent.CancerIncidence.getCrudeRate_CI_Upper | ( | ) |
Get the expected cancer crude rate confidence interval(upper), adjusted for age of participants.
String bridges.data_src_dependent.CancerIncidence.getEventType | ( | ) |
Get the event type (incidence, mortality, etc)
String bridges.data_src_dependent.CancerIncidence.getGender | ( | ) |
double bridges.data_src_dependent.CancerIncidence.getLocationX | ( | ) |
Get the X coordinate of location.
double bridges.data_src_dependent.CancerIncidence.getLocationY | ( | ) |
Get the Y coordinate of location.
int bridges.data_src_dependent.CancerIncidence.getPopulation | ( | ) |
Get the population size.
String bridges.data_src_dependent.CancerIncidence.getRace | ( | ) |
Get the race of the group
int bridges.data_src_dependent.CancerIncidence.getYear | ( | ) |
Get the year of this cancer record.
void bridges.data_src_dependent.CancerIncidence.setAffectedArea | ( | String | area | ) |
Set cancer incidence area.
area | affected area |
void bridges.data_src_dependent.CancerIncidence.setAgeAdjustedCI_Lower | ( | double | ci_l | ) |
Set age adjusted cancer conf interval (lower)
ci_l | lower bound for confidence interval |
void bridges.data_src_dependent.CancerIncidence.setAgeAdjustedCI_Upper | ( | double | ci_u | ) |
Set age adjusted cancer conf interval (upper)
ci_u | upper bound of the confidence interval to set |
void bridges.data_src_dependent.CancerIncidence.setAgeAdjustedRate | ( | double | aar | ) |
Set age adjusted cancer rate.
aar | age adjusted rate |
void bridges.data_src_dependent.CancerIncidence.setCount | ( | int | c | ) |
Set cancer incidence count.
c | incidence count |
void bridges.data_src_dependent.CancerIncidence.setCrudeRate | ( | double | cr | ) |
Set cancer rate, adjusted for population.
cr | crude rate to set |
void bridges.data_src_dependent.CancerIncidence.setCrudeRate_CI_Lower | ( | double | cr_l | ) |
Set age adjusted cancer crude conf interval (lower)
cr_l | lower bound of the cancer crude rate confidence interval |
void bridges.data_src_dependent.CancerIncidence.setCrudeRate_CI_Upper | ( | double | cr_u | ) |
Set crude rate CI (upper)
cr_u | upper bound of crude rate confidence interval |
void bridges.data_src_dependent.CancerIncidence.setEventType | ( | String | et | ) |
Set event type.
et | event type to set |
void bridges.data_src_dependent.CancerIncidence.setGender | ( | String | g | ) |
Set gender.
g | the gender to set ("male", "female", "male and female") |
void bridges.data_src_dependent.CancerIncidence.setLocationX | ( | double | locX | ) |
Set location (X coord)
locX | X coordinate of location |
void bridges.data_src_dependent.CancerIncidence.setLocationY | ( | double | locY | ) |
Set location (Y coord)
locY | Y coordinate of location |
void bridges.data_src_dependent.CancerIncidence.setPopulation | ( | int | pop | ) |
Set population size.
pop | population size |
void bridges.data_src_dependent.CancerIncidence.setRace | ( | String | r | ) |
Set race.
r | race to set |
void bridges.data_src_dependent.CancerIncidence.setYear | ( | int | y | ) |
Set the year of this cancer record.
y | year of the cancer record |
|
package |
|
package |
|
package |
|
package |
|
package |
|
package |
|
package |
|
package |