Literature DB >> 32577442

Child maltreatment data in the state of New Mexico across space and time.

Gia Barboza1, Joan Goldsworthy Appel2.   

Abstract

Child maltreatment is a serious public health problem. Previous research demonstrates that child maltreatment clusters in low-income, racially homogenous neighborhoods. Little is known, however, about the structural correlates of spatial risk in small areas such as census tracts. Here we present additional information regarding the data and methods used in the recent article published in Child Abuse & Neglect entitled "Variability and stability in child maltreatment risk across time and space and its association with neighborhood social & housing vulnerability in New Mexico: A Bayesian space-time model" [1]. The present dataset merges child maltreatment data from the New Mexico Department of Public Health with multiple sources of publicly available data to create a novel public health analysis. Bayesian spatio-temporal modeling techniques were used to map the relative risk of substantiated child maltreatment across census tracts in the state, and to elucidate spatial and temporal heterogeneity in risk. The data was initially collected by the New Mexico Children, Youth and Families Department, the state organization that suspected child abuse and neglect cases are reported to and the organization that then substantiates these cases. The data were then sent to the New Mexico Community Data Collaborative, a data analytic organization under the umbrella of the New Mexico Department of Health. The point file consisting of home addresses of substantiated cases of child abuse was then aggregated by census tract, mapped for the entire state of New Mexico and made available to the public for research and analysis by different public health organizations and researchers (including the present researchers). The very purpose of making the data available to the public was to allow deeper investigations into trends and associations with other social determinants of health. This analysis demonstrates the public health importance of data sharing and accessibility.
© 2020 Published by Elsevier Inc.

Entities:  

Keywords:  Bayesian spatiotemporal model; Child abuse and neglect; Child maltreatment; New Mexico; Public health; Social determinants of health, Housing and food insecurity

Year:  2020        PMID: 32577442      PMCID: PMC7300143          DOI: 10.1016/j.dib.2020.105759

Source DB:  PubMed          Journal:  Data Brief        ISSN: 2352-3409


Specifications table Value of the Data These data make it possible to map differential trends in child abuse and neglect in census tracts throughout the entire state of New Mexico. This enables an examination of spatial heterogeneity and the ability to correlate different neighborhood characteristics with changing rates of child abuse. Understanding the neighborhood factors associated with child maltreatment can inform prevention efforts attempting to target risk and protective factors for child abuse. As illustrated in the article accompanying this data brief (Barboza, 2020), the data can be further correlated with other social determinants of health and other potential risk factors to target interventions towards these associated factors. The data are additionally valuable to demonstrate whether current efforts in various communities are producing improved rates of child abuse.

Data description

The dependent variable describes child maltreatment substantiations for the state of New Mexico. The independent variables were derived from multiple sources and merged with the child maltreatment data by census tract. First, census tract data from the Center for Disease Control's Social Vulnerability index was downloaded including the percentage of persons with no vehicle access, census tract population per square mile, and the percentage of persons with a disability. Second, data on housing insecurity was downloaded from the Princeton University Eviction lab including the census tract eviction rate, rent burdened households and median household income. The diversity index from the Environmental Science Research Institute (ESRI) was also downloaded to measure the amount of segregation in each census tract. Finally, the United States Department of Agriculture's Food Atlas provided information on whether the census tract qualifies as a food desert, whether the tract is low income, and whether the tract is urban or rural. The supplemental files accompanying this article contain a shapefile of New Mexico Census Tracts (cb_2016_35_tract_500k.shp) [2] and the data file used for the analysis (data.csv) provided by the New Mexico Department of Public Health [3]. The data file contains counts of child maltreatment for each census tract in New Mexico along with the number of children under 18 in each tract and the covariates included in our published analysis [1]. More specifically, Table 1 describes the variables that are available in the data file.
Table 1

Description of variables in supplemental data.

VariableDescription
V07 – V15Count of substantiated child maltreatment from 2007 (V07) to 2015 (V15)
all.ages.0715Sum total of all substantiated maltreatments from 2007 to 2015 (i.e. sum of V07 – V15)
P07 – P15Population counts of children under 18 from 2007 (P07) to 2015 (P15)
tot.pop0715Sum total of all children under 18 from 2007 to 2015 (i.e. sum of P07 – P15)
E07-E15Expected counts of substantiated child maltreatment from 2007 (E07) to 2015 (E15)
all.expect.0715Sum total of expected counts of child substantiated maltreatment from 2007 – 2015 (i.e. sum of E07- E15)
Rent_burdenPercent of rent burdened individuals defined as more than 35% of income towards rent
Eviction_rateNumber of evictions divided by the number of occupied renting households in each census tract
UrbanWhether the tract is rural or urban as defined by the Department of Housing and Urban Development (HUD)
Low_income_tractsWhether the tract is low income as defined by the Department of Housing and Urban Development (HUD)
Median_family_incomeMedian family income in each tract
Diversity_indexERSI's diversity index
Percent_disabledPercent disabled in each tract
Percent_no_vehiclePercent of households with no vehicle access
Low_access_food_tractsPercent of low access food tracts as defined by the United States Department of Agriculture (USDA)
Description of variables in supplemental data.

Experimental design, materials and methods

Child maltreatment substantiation data for each of the 499 census tracts was indexed i = 1 … 499 across the 9 time periods, indexed t = 1, … 9. Standardized incidence ratios (SIRs) were calculated to control for demographic differences and mapped. The observed number of child maltreatment substantiations was assumed to follow a Poisson distribution with mean and , where y is the observed count of substantiated maltreatment and r is the relative risk of maltreatment in census tract i at time t. The relative risk quantifies whether a census tract has higher (r >1) or lower (r <1) risk than the average risk in New Mexico state [4]. A random effects model (also called a frailty model) was fit to the data as a baseline model (where β0 is the intercept and the u’s represent the unstructured spatial random effects that are assumed to be independent and identically distributed in the absence of spatial autocorrelation [5]. Then a convolution model was estimated that incorporated to account for spatial dependence. The convolution model was specified as follows: Here, β0 is the intercept,  is an area level random effect, β1 is the global linear trend effect, and δ is the differential time trend (i.e. the difference between the global trend β1 and the area specific trend).  In this model, u and δi are modeled with a CAR distribution, and the v′s are independent and identically distributed normal variables. Each census tract therefore has its own time trend with spatial intercept (α + and slope (. The effect δ is called differential trend of the ith area and denotes the amount by which the time trend of area i differs from the overall linear time trend, β1. An interaction effect for space and time was then incorporated into the model to account for the behavior of a census tract for each year above and beyond the common spatial and temporal terms. Once the best fitting model was selected, multiple covariates, C, were included in the final model. All analysis was performed using the R statistical programming package. The code to replicate the figures in the paper appears below.

Excerpts of R code used for analysis

The code to accompany the article entitled “Variability and Stability in Child Maltreatment Risk Across Space and Time and its Association with Neighborhood and Housing Vulnerability in New Mexico: A Bayesian Space-Time Model” [1] is available from the first author upon request.

Declaration of Competing Interest

The authors declare that they have no known competing financial interests or personal relationships which have, or could be perceived to have, influenced the work reported in this article.
SubjectPublic Health and Health Policy
Specific subject areaPrevention of child abuse and neglect in the State of New Mexico based on regional surveillance of high-risk neighborhoods.
Type of dataExcel file
How data were acquiredReports of suspected cases of child or neglect that were subsequently substantiated in the state of New Mexico were provided by the New Mexico Department of Public Health. All other data are freely available online.
Data formatRaw data
Parameters for data collectionOnly substantiated cases of child abuse or neglect among children between the ages of 0–17 were included in the analysis.
Description of data collectionEvery person in the state of New Mexico is considered a mandatory reporter of child abuse or neglect. If anyone has a reasonable suspicion that this may be occurring, they are required by law to report it. These reports made to the New Mexico Children, Youth and Families Department are then substantiated or dismissed. A list of all substantiated cases, along with home addresses for each case were then given to the New Mexico Community Data Collaborative, a data analytic organization under the umbrella of the New Mexico Department of Health for analysis.
Data source locationAll 499 census tracts in the state of New Mexico.
Data accessibilityMaltreatment Data: The New Mexico Community Data Collaborative
Data identification number: 83c7f96193b642c290f5b5a2944fe14d
Direct URL to data: http://nmcdc.maps.arcgis.com/home/item.html?id=83c7f96193b642c290f5b5a2944fe14d#data
CDC Social Vulnerability index: https://svi.cdc.gov
Princeton University Eviction Lab data: http://www.evictionlab.org
USDA food atlas: https://www.ers.usda.gov/data-products/food-access-research-atlas
ESRI diversity index: https://www.arcgis.com/home/item.html?id=e1fcc002fe90451596db7b4100a84c36
Related research articleBarboza-Salerno, G. E. (2020). Variability and stability in child maltreatment risk across time and space and its association with neighborhood social & housing vulnerability in New Mexico: a Bayesian space-time model. Child Abuse & Neglect104, https://doi.org/10.1016/j.chiabu.2020.104472[1].
  2 in total

1.  Variability and stability in child maltreatment risk across time and space and its association with neighborhood social & housing vulnerability in New Mexico: A bayesian space-time model.

Authors:  Gia Elise Barboza-Salerno
Journal:  Child Abuse Negl       Date:  2020-04-07

2.  Spatial smoothing in Bayesian models: a comparison of weights matrix specifications and their impact on inference.

Authors:  Earl W Duncan; Nicole M White; Kerrie Mengersen
Journal:  Int J Health Geogr       Date:  2017-12-16       Impact factor: 3.918

  2 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.