Open Government Licence 3.0http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/
License information was derived automatically
Price quote data (for locally collected data only) and consumption segment indices that underpin consumer price inflation statistics, giving users access to the detailed data that are used in the construction of the UK’s inflation figures. The data are being made available for research purposes only and are not an accredited official statistic. From October 2024, private school fees and part-time education classes have been included in the consumption segment indices file. For more information on the introduction of consumption segments, please see the Consumer Prices Indices Technical Manual, 2019. Note that this dataset was previously called the consumer price inflation item indices and price quotes dataset.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Hybrid LCA database generated using ecoinvent and EXIOBASE, i.e., each process of the original ecoinvent database is added new direct inputs (coming from EXIOBASE) deemed missing (e.g., services). Each process of the resulting hybrid database is thus not (or at least less) truncated and the calculated lifecycle emissions/impacts should therefore be closer to reality.
For license reasons, only the added inputs for each process of ecoinvent are provided (and not all the inputs).
Why are there two versions for hybrid-ecoinvent3.5?
One of the version corresponds to ecoinvent hybridized with the normal version of EXIOBASE and the other is hybridized with a capital-endogenized version of EXIOBASE.
What does capital endogenization do?
It matches capital goods formation to the value chains of products where they are required. In a more LCA way of speaking, EXIOBASE in its normal version does not allocate capital use to value chains. It's like if ecoinvent processes had no inputs of buildings, etc. in their unit process inventory. For more detail on this, refer to (Södersten et al., 2019) or (Miller et al., 2019).
So which version do I use?
Using the version "with capitals" gives a more comprehensive coverage. Using the "without capitals" version means that if a process of ecoinvent misses inputs of capital goods (e.g., a process does not include the company laptops of the employees), it won't be added. It comes with its fair share of assumptions and uncertainties however.
Why is it only available for hybrid-ecoinvent3.5?
The work used for capital endogenization is not available for exiobase3.8.1.
How do I use the dataset?
First, to use it, you will need both the corresponding ecoinvent [cut-off] and EXIOBASE [product x product] versions. For the reference year of EXIOBASE to-be-used, take 2011 if using the hybrid-ecoinvent3.5 and 2019 for hybrid-ecoinvent3.6 and 3.7.1.
In the four datasets of this package, only added inputs are given (i.e. inputs from EXIOBASE added to ecoinvent processes). Ecoinvent and EXIOBASE processes/sectors are not included, for copyright issues. You thus need both ecoinvent and EXIOBASE to calculate life cycle emissions/impacts.
Module to get ecoinvent in a Python format: https://github.com/majeau-bettez/ecospold2matrix (make sure to take the most up-to-date branch)
Module to get EXIOBASE in a Python format: https://github.com/konstantinstadler/pymrio (can also be installed with pip)
If you want to use the "with capitals" version of the hybrid database, you also need to use the capital endogenized version of EXIOBASE, available here: https://zenodo.org/record/3874309. Choose the pxp version of the year you plan to study (which should match with the year of the EXIOBASE version). You then need to normalize the capital matrix (i.e., divide by the total output x of EXIOBASE). Then, you simply add the normalized capital matrix (K) to the technology matrix (A) of EXIOBASE (see equation below).
Once you have all the data needed, you just need to apply a slightly modified version of the Leontief equation:
(\begin{equation} \textbf{q}^{hyb} = \begin{bmatrix} \textbf{C}^{lca}\cdot\textbf{S}^{lca} & \textbf{C}^{io}\cdot\textbf{S}^{io} \end{bmatrix} \cdot \left( \textbf{I} - \begin{bmatrix} \textbf{A}^{lca} & \textbf{C}^{d} \ \textbf{C}^{u} & \textbf{A}^{io}+\textbf{K}^{io} \end{bmatrix} \right) ^{-1} \cdot \left( \begin{bmatrix} \textbf{y}^{lca} \ 0 \end{bmatrix} \right) \end{equation})
qhyb gives the hybridized impact, i.e., the impacts of each process including the impacts generated by their new inputs.
Clca and Cio are the respective characterization matrices for ecoinvent and EXIOBASE.
Slca and Sio are the respective environmental extension matrices (or elementary flows in LCA terms) for ecoinvent and EXIOBASE.
I is the identity matrix.
Alca and Aio are the respective technology matrices for ecoinvent and EXIOBASE (the ones loaded with ecospold2matrix and pymrio).
Kio is the capital matrix. If you do not use the endogenized version, do not include this matrix in the calculation.
Cu (or upstream cut-offs) is the matrix that you get in this dataset.
Cd (or downstream cut-offs) is simply a matrix of zeros in the case of this application.
Finally you define your final demand (or functional unit/set of functional units for LCA) as ylca.
Can I use it with different versions/reference years of EXIOBASE?
Technically speaking, yes it will work, because the temporal aspect does not intervene in the determination of the hybrid database presented here. However, keep in mind that there might be some inconsistencies. For example, you would need to multiply each of the inputs of the datasets by a factor to account for inflation. Prices of ecoinvent (which were used to compile the hybrid databases, for all versions presented here) are defined in €2005.
What are the weird suite of numbers in the columns?
Ecoinvent processes are identified through unique identifiers (uuids) to which metadata (i.e., name, location, price, etc.) can be retraced with the appropriate metadata files in each dataset package.
Why is the equation (I-A)-1 and not A-1 like in LCA?
IO and LCA have the same computational background. In LCA however, the convention is to represents outputs and inputs in the technology matrix. That's why there is a diagonal of 1s (the outputs, i.e. functional units) and negative values elsewhere (inputs). In IO, the technology matrix does not include outputs and only registers inputs as positive values. In the end, it is just a convention difference. If we call T the technology matrix of LCA and A the technology matrix of IO we have T = I-A. When you load ecoinvent using ecospold2matrix, the resulting version of ecoinvent will already be in IO convention and you won't have to bother with it.
Pymrio does not provide a characterization matrix for EXIOBASE, what do I do?
You can find an up-to-date characterization matrix (with Impact World+) for environmental extensions of EXIOBASE here: https://zenodo.org/record/3890339
If you want to match characterization across both EXIOBASE and ecoinvent (which you should do), here you can find a characterization matrix with Impact World+ for ecoinvent: https://zenodo.org/record/3890367
It's too complicated...
The custom software that was used to develop these datasets already deals with some of the steps described. Go check it out: https://github.com/MaximeAgez/pylcaio. You can also generate your own hybrid version of ecoinvent using this software (you can play with some parameters like correction for double counting, inflation rate, change price data to be used, etc.). As of pylcaio v2.1, the resulting hybrid database (generated directly by pylcaio) can be exported to and manipulated in brightway2.
Where can I get more information?
The whole methodology is detailed in (Agez et al., 2021).
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Context
The dataset presents median household incomes for various household sizes in Woodlawn Heights, IN, as reported by the U.S. Census Bureau. The dataset highlights the variation in median household income with the size of the family unit, offering valuable insights into economic trends and disparities within different household sizes, aiding in data analysis and decision-making.
Key observations
https://i.neilsberg.com/ch/woodlawn-heights-in-median-household-income-by-household-size.jpeg" alt="Woodlawn Heights, IN median household income, by household size (in 2022 inflation-adjusted dollars)">
When available, the data consists of estimates from the U.S. Census Bureau American Community Survey (ACS) 2017-2021 5-Year Estimates.
Household Sizes:
Variables / Data Columns
Good to know
Margin of Error
Data in the dataset are based on the estimates and are subject to sampling variability and thus a margin of error. Neilsberg Research recommends using caution when presening these estimates in your research.
Custom data
If you do need custom data for any of your research project, report or presentation, you can contact our research staff at research@neilsberg.com for a feasibility of a custom tabulation on a fee-for-service basis.
Neilsberg Research Team curates, analyze and publishes demographics and economic data from a variety of public and proprietary sources, each of which often includes multiple surveys and programs. The large majority of Neilsberg Research aggregated datasets and insights is made available for free download at https://www.neilsberg.com/research/.
This dataset is a part of the main dataset for Woodlawn Heights median household income. You can refer the same here
Reported DCMS Sector GVA is estimated to have fallen by 0.4% from Quarter 2 (April to June) to Quarter 3 2022 (July to September) in real terms. By comparison, the whole UK economy fell by 0.2% from Quarter 2 to Quarter 3 2022.
GVA of reported DCMS Sectors in September 2022 was 6% above February 2020 levels, which was the most recent month not significantly affected by the pandemic. By comparison, GVA for the whole UK economy was 0.2% lower than in February 2020.
16 November 2022
These Economic Estimates are Official Statistics used to provide an estimate of the economic contribution of DCMS Sectors in terms of gross value added (GVA), for the period January 2019 to September 2022. Provisional monthly GVA in 2019 and 2020 was first published in March 2021 as an ad hoc statistical release. This current release contains new figures for July to September 2022 and revised estimates for previous months, in line with the scheduled revisions that were made to the underlying ONS datasets in October 2022.
Estimates are in chained volume measures (i.e. have been adjusted for inflation), at 2019 prices, and are seasonally adjusted. These latest monthly estimates should only be used to illustrate general trends, not used as definitive figures.
You can use these estimates to:
You should not use these estimates to:
Estimates of annual GVA by DCMS Sectors, based on the monthly series, are included in this release for 2019 to 2021. These are calculated by summing the monthly estimates for the calendar year and were first published for 2019 and 2020 in DCMS Sector National Economic Estimates: 2011 - 2020.
Since August 2022, we have been publishing these estimates as part of the regular published series of GVA data, with data being revised in line with revisions to the underlying ONS datasets, as with the monthly GVA estimates. These estimates have been published, updating what was first published last year, in order to meet growing demand for annual figures for GVA beyond the 2019 estimates in our National Statistics GVA publication. The National Statistics GVA publication estimates remain the most robust for our sectors, however estimates for years after 2019 have been delayed owing to the coronavirus (COVID-19) pandemic.
Consequently, these “summed monthly” annual estimate figures for GVA can be used but should not be seen as definitive.
The findings are calculated based on published ONS data sources including the Index of Services and Index of Production.
These data sources provide an estimate of the monthly change in GVA for all UK industries. However, the data is only available for broader industry groups, whereas DCMS sectors are defined at a more detailed industrial level. For example, GVA for ‘Cultural education’ is estimated based on the trend for all education. Sectors such as ‘Cultural education’ may have been affected differently by COVID-19 compared to education in general. These estimates are also based on the composition of the economy in 2019. Overall, this means the accuracy of monthly GVA for DCMS sectors is likely to be lower for months in 2020 and 2021.
The technical guidance contains further information about data sources, methodology, and the validation and accuracy of these estimates.
Figures are provisional and subject to revision on a monthly basis when the ONS Index of Services and Index of Production are updated. Figures for the latest month will be highly uncertain.
An example of the impact of these revisions is highlighted in the following example; for the revisions applied in February 2022 the average change to DCMS sector monthly GVA was 0.6%, but there were larger differences for some sectors, in some months e.g. the value of the Sport sector in May 2021 was revised from £1.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Context
The dataset presents median household incomes for various household sizes in Elberta, MI, as reported by the U.S. Census Bureau. The dataset highlights the variation in median household income with the size of the family unit, offering valuable insights into economic trends and disparities within different household sizes, aiding in data analysis and decision-making.
Key observations
https://i.neilsberg.com/ch/elberta-mi-median-household-income-by-household-size.jpeg" alt="Elberta, MI median household income, by household size (in 2022 inflation-adjusted dollars)">
When available, the data consists of estimates from the U.S. Census Bureau American Community Survey (ACS) 2017-2021 5-Year Estimates.
Household Sizes:
Variables / Data Columns
Good to know
Margin of Error
Data in the dataset are based on the estimates and are subject to sampling variability and thus a margin of error. Neilsberg Research recommends using caution when presening these estimates in your research.
Custom data
If you do need custom data for any of your research project, report or presentation, you can contact our research staff at research@neilsberg.com for a feasibility of a custom tabulation on a fee-for-service basis.
Neilsberg Research Team curates, analyze and publishes demographics and economic data from a variety of public and proprietary sources, each of which often includes multiple surveys and programs. The large majority of Neilsberg Research aggregated datasets and insights is made available for free download at https://www.neilsberg.com/research/.
This dataset is a part of the main dataset for Elberta median household income. You can refer the same here
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Context
The dataset presents median household incomes for various household sizes in Bal Harbour, FL, as reported by the U.S. Census Bureau. The dataset highlights the variation in median household income with the size of the family unit, offering valuable insights into economic trends and disparities within different household sizes, aiding in data analysis and decision-making.
Key observations
https://i.neilsberg.com/ch/bal-harbour-fl-median-household-income-by-household-size.jpeg" alt="Bal Harbour, FL median household income, by household size (in 2022 inflation-adjusted dollars)">
When available, the data consists of estimates from the U.S. Census Bureau American Community Survey (ACS) 2017-2021 5-Year Estimates.
Household Sizes:
Variables / Data Columns
Good to know
Margin of Error
Data in the dataset are based on the estimates and are subject to sampling variability and thus a margin of error. Neilsberg Research recommends using caution when presening these estimates in your research.
Custom data
If you do need custom data for any of your research project, report or presentation, you can contact our research staff at research@neilsberg.com for a feasibility of a custom tabulation on a fee-for-service basis.
Neilsberg Research Team curates, analyze and publishes demographics and economic data from a variety of public and proprietary sources, each of which often includes multiple surveys and programs. The large majority of Neilsberg Research aggregated datasets and insights is made available for free download at https://www.neilsberg.com/research/.
This dataset is a part of the main dataset for Bal Harbour median household income. You can refer the same here
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Context
The dataset presents median household incomes for various household sizes in Golf, FL, as reported by the U.S. Census Bureau. The dataset highlights the variation in median household income with the size of the family unit, offering valuable insights into economic trends and disparities within different household sizes, aiding in data analysis and decision-making.
Key observations
https://i.neilsberg.com/ch/golf-fl-median-household-income-by-household-size.jpeg" alt="Golf, FL median household income, by household size (in 2022 inflation-adjusted dollars)">
When available, the data consists of estimates from the U.S. Census Bureau American Community Survey (ACS) 2017-2021 5-Year Estimates.
Household Sizes:
Variables / Data Columns
Good to know
Margin of Error
Data in the dataset are based on the estimates and are subject to sampling variability and thus a margin of error. Neilsberg Research recommends using caution when presening these estimates in your research.
Custom data
If you do need custom data for any of your research project, report or presentation, you can contact our research staff at research@neilsberg.com for a feasibility of a custom tabulation on a fee-for-service basis.
Neilsberg Research Team curates, analyze and publishes demographics and economic data from a variety of public and proprietary sources, each of which often includes multiple surveys and programs. The large majority of Neilsberg Research aggregated datasets and insights is made available for free download at https://www.neilsberg.com/research/.
This dataset is a part of the main dataset for Golf median household income. You can refer the same here
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
The variables included in the dataset are real GDP (seasonally adjusted, in log-levels, https://sdw.ecb.de/quickview.do?SERIES_KEY=314.MNA.Q.Y.AT.W2.S1.S1.B.B1GQ._Z._Z._Z.EUR.LR.N), the GDP Deflator (seasonally adjusted, in log-levels, https://data.ecb.europa.eu/data/datasets/MNA/MNA.Q.Y.AT.W2.S1.S1.B.B1GQ._Z._Z._Z.IX.D.N), CPI (food and energy excluded, base year 2015, seasonally adjusted, enters in log-levels, https://www.oecd.org/en/data/indicators/inflation-cpi.html}{retrieved from OECD Data Archive), the EUR/USD exchange rate (https://data.ecb.europa.eu/data/datasets/EXR/EXR.D.USD.EUR.SP00.A), a measure of bank concentration by country (interpolated to a quarterly series from yearly values, only contemporaneous values included, https://data.ecb.europa.eu/data/datasets/SSI/SSI.A.AT.122C.H10.X.A1.Z0Z.Z) the cost of new short-term (https://data.ecb.europa.eu/data/datasets/MIR/MIR.M.U2.B.A2J.FM.R.A.2230.EUR.N) and long-term (https://data.ecb.europa.eu/data/datasets/MIR/MIR.M.U2.B.A2J.KM.R.A.2230.EUR.N) borrowing in the euro area, the monetary policy shocks as in Altavilla et al. (2019) (https://doi.org/10.1016/j.jmoneco.2019.08.016), which were summed up to quarterly values, and finally the loans granted by Euro Area Monetary Financial Institutions to domestic non financial corporations (https://data.ecb.europa.eu/data/datasets/QSA/QSA.Q.N.AT.W2.S12K.S11.N.A.LE.F4.T.Z.XDC.T.S.V.N.T). To conclude, the time series on loans granted by investment funds and the aggregate size of the bonds issued by non-financial corporations that are held/issued by each country (retrieved from the Securities Holdings Statistics by Sector dataset) are confidential series and cannot be shared.
Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Context
The dataset presents median household incomes for various household sizes in Daykin, NE, as reported by the U.S. Census Bureau. The dataset highlights the variation in median household income with the size of the family unit, offering valuable insights into economic trends and disparities within different household sizes, aiding in data analysis and decision-making.
Key observations
https://i.neilsberg.com/ch/daykin-ne-median-household-income-by-household-size.jpeg" alt="Daykin, NE median household income, by household size (in 2022 inflation-adjusted dollars)">
When available, the data consists of estimates from the U.S. Census Bureau American Community Survey (ACS) 2017-2021 5-Year Estimates.
Household Sizes:
Variables / Data Columns
Good to know
Margin of Error
Data in the dataset are based on the estimates and are subject to sampling variability and thus a margin of error. Neilsberg Research recommends using caution when presening these estimates in your research.
Custom data
If you do need custom data for any of your research project, report or presentation, you can contact our research staff at research@neilsberg.com for a feasibility of a custom tabulation on a fee-for-service basis.
Neilsberg Research Team curates, analyze and publishes demographics and economic data from a variety of public and proprietary sources, each of which often includes multiple surveys and programs. The large majority of Neilsberg Research aggregated datasets and insights is made available for free download at https://www.neilsberg.com/research/.
This dataset is a part of the main dataset for Daykin median household income. You can refer the same here
https://dataverse.harvard.edu/api/datasets/:persistentId/versions/3.0/customlicense?persistentId=doi:10.7910/DVN/HBHIP2https://dataverse.harvard.edu/api/datasets/:persistentId/versions/3.0/customlicense?persistentId=doi:10.7910/DVN/HBHIP2
The purpose of this data compilation effort was to use the data for research on fiscal decentralization and public investment in Ghana. The dataset, which consists of district-level observations, covers all of Ghana’s 110 districts in existence during the period 1994 to 2004. (Since then, the number of districts in Ghana has grown as the result of administrative rearrangements.) The dataset was compiled from administrative data sources of the Ministry of Local Government, Rural Development, and Environment (MLGRDE) of Ghana, Inspectorate Division (under the then-leadership of Mr. Johnson Alifo). Some of the data were obtained directly from the Ministry, while other parts of the data had been previously obtained from the Ministry by researchers at the Institute for Statistical Social and Economic Research (ISSER) in the University of Ghana, Accra. These data are secondary, “raw” data, however were compiled and organized by IFPRI staff from both electronic sources, as well as from hardcopy sources available only in Ghanaian government physical archival records. Additional data management activities undertaken were the compilation of the data into a consistent format (e.g. each row represents a district), the application of the same spelling of districts across files, and the use of a consistent variable name across files. The values in the dataset were denoted in ‘old’ cedi, not the new Ghana cedi (GHC), which was introduced in July 2007. One new GHC is equivalent to 10,000 ‘old’ cedi. The dataset retains the denomination used in the original dataset (which pertains to the years 1994-2004, before the introduction of the GHC). The values are nominal (not adjusted for inflation). No questionnaires or other survey instruments have been used, since this was a collection of secondary administrative data.
The Household Income, Expenditure and Consumption Survey (HIECS) is of great importance among other household surveys conducted by statistical agencies in various countries around the world. This survey provides a large amount of data to rely on in measuring the living standards of households and individuals, as well as establishing databases that serve in measuring poverty, designing social assistance programs, and providing necessary weights to compile consumer price indices, considered to be an important indicator to assess inflation.
The survey's main objectives are: - To identify expenditure levels and patterns of population as well as socio- economic and demographic differentials. - To estimate the quantities, values of commodities and services consumed by households during the survey period to determine the levels of consumption and estimate the current demand which is important to predict future demands. - To measure mean household and per-capita expenditure for various expenditure items along with socio-economic correlates. - To define percentage distribution of expenditure for various items used in compiling consumer price indices which is considered important indicator for measuring inflation. - To define mean household and per-capita income from different sources. - To provide data necessary to measure standard of living for households and individuals. Poverty analysis and setting up a basis for social welfare assistance are highly dependent on the results of this survey. - To provide essential data to measure elasticity which reflects the percentage change in expenditure for various commodity and service groups against the percentage change in total expenditure for the purpose of predicting the levels of expenditure and consumption for different commodity and service items in urban and rural areas. - To provide data essential for comparing change in expenditure against change in income to measure income elasticity of expenditure. - To study the relationships between demographic, geographical, housing characteristics of households and their income and expenditure for commodities and services. - To provide data necessary for national accounts especially in compiling inputs and outputs tables. - To identify consumers behavior changes among socio-economic groups in urban and rural areas. - To identify per capita food consumption and its main components of calories, proteins and fats according to its sources and the levels of expenditure in both urban and rural areas. - To identify the value of expenditure for food according to sources, either from household production or not, in addition to household expenditure for non-food commodities and services. - To identify distribution of households according to the possession of some appliances and equipment such as (cars, satellites, mobiles ...) in urban and rural areas. - To identify the percentage distribution of income recipients according to some background variables such as housing conditions, size of household and characteristics of head of household.
Covering a sample of urban and rural areas in all the governorates.
The survey covered a national sample of households and all individuals permanently residing in surveyed households.
Sample survey data [ssd]
The 2008/2009 HIECS is a two-stage stratified cluster sample, approximately self-weighted, of nearly 48000 household in urban and rural areas. The main elements of the sampling design are described below.
Sample Size: It has been deemed important to retain the same sample size of the previous two HIECS rounds. Thus, a sample of about 48000 households has been considered. The justification of maintaining the sample size at this level is to have estimates with levels of precision similar to those of the previous two rounds: therefore trend analysis with the previous two surveys will not be distorted by substantial changes in sampling errors from round to another. In addition, this relatively large national sample implies proportional samples of reasonable sizes for smaller governorates. Nonetheless, oversampling has been introduced to raise the sample size of small governorates to about 1000 households. As a result, reasonably precise estimates could be extracted for those governorates. The oversampling has resulted in a slight increase in the national sample to 48658 households.
Cluster size: An important lesson learned from the previous two HIECS rounds is that the cluster size applied in both surveys is found to be too large to yield an accepted design effect estimates. The cluster size was 40 households in the 2004-2005 round, descending from 80 households in the 1999-2000 round. The estimates of the design effect (deft) for most survey measures of the latest round were extraordinary large. As a result, the cluster size was decreased to only 19 households (20 households in urban governorates to account for anticipated non-response in those governorate. In view of past experience non-response is almost nil in rural governorates).
A more detailed description of the different sampling stages and allocation of sample across governorates is provided in the Methodology document that is provided as an external resources in both Arabic and English.
Face-to-face [f2f]
Three different questionnaires were used: 1- Expenditure and consumption questionnaire 2- Diary questionnaire for expenditure and consumption 3- Income questionnaire
Harmonized Data - The Statistical Package for Social Science (SPSS) is used to clean and harmonize the datasets. - The harmonization process starts with cleaning all raw data files received from the Statistical Office. - Cleaned data files are then all merged to produce one data file on the individual level containing all variables subject to harmonization. - A country-specific program is generated for each dataset to generate/compute/recode/rename/format/label harmonized variables. - A post-harmonization cleaning process is run on the data. - Harmonized data is saved on the household as well as the individual level, in SPSS and converted to STATA format.
For the total sample, the response rate was 96.3% (93.95% in urban areas and 98.4% in rural areas).
The sampling error of major survey estimates has been derived using the Ultimate Cluster Method as applied in the CENVAR Module of the Integrated Microcomputer Processing System (IMPS) Package. In addition to the estimate of sampling error, the output includes estimates of coefficient of variation, design effect (DEFF) and 95% confidence intervals.
The precision of survey results depends to a large extent on how the survey has been prepared for. As such, it was deemed crucial to exert much effort and to take necessary actions towards rigorous preparation for the present survey. The preparatory activities, extended over 3 months, included forming Technical Committee. The Committee has set up the general framework of survey implementation such as:
1- Applying the recent international recommendations of different concepts and definitions of income and expenditure considering maintaining the consistency with the previous surveys in order to compare and study the changes in pertinent indicators.
2- Evaluating the quality of data in all different Implementation stages to avoid or minimize errors to the lowest extent possible through: - Implementing field editing after finishing data collection for households in governorates to avoid any errors in suitable time. - Setting up a program for the Survey Technical Committee Members and survey staff for visiting field work in all governorates (each 15 days) to solve any problem in the proper time. - Re-interviewing a sample of households by Quality Control Department and examining the differences with the original responses. - For the purpose of quality assurance, tables were generated for each survey round where internal consistency checks were performed to study the plausibility of mean household expenditure on major expenditure commodity groups and its variability over major geographic regions.
VITAL SIGNS INDICATOR
Housing Affordability (EQ2)
FULL MEASURE NAME
Housing Affordability
LAST UPDATED
December 2022
DATA SOURCE
U.S. Census Bureau: Decennial Census - https://nhgis.org
Form STF3 – https://nhgis.org (1980-1990)
Form SF3a – https://nhgis.org (2000)
U.S. Census Bureau: American Community Survey - https://data.census.gov/
Form B25074 (2009-2021)
Form B25095 (2009-2021)
CONTACT INFORMATION
vitalsigns.info@bayareametro.gov
METHODOLOGY NOTES (across all datasets for this indicator)
The share of income brackets used for different Census and American Community Survey (ACS) forms vary over time. To allow for historical comparisons, the Census Bureau merges housing expenditure brackets into three consistent bins (less than 20 percent, 20 percent to 34 percent, and more than 35 percent) that work for all years. The highest income bracket for renters in the ACS data was $100,000 or more, while the homeowner dataset included brackets for $100,000 to $149,999 and $150,000 and above. These brackets were merged together to allow for uniform comparison across tenure. While some studies use 30 percent as the affordability threshold, Vital Signs uses 35 percent as this is the closest break point using the standardized affordability brackets above.
ACS 1-year data is used for larger geographies – Bay counties and most metropolitan area counties – while smaller geographies rely upon 5-year rolling average data due to their smaller sample sizes. Note that 2020 data uses the 5-year estimates because the ACS did not collect 1-year data for 2020.
Income breakdown data is only provided for one year as it is not possible to compare consistent inflation-adjusted income brackets over time given Census data limitations. For the county breakdown, Napa was missing ACS 1-Year renter data for all years except 2012 and 2013, and Marin was missing ACS 1-Year renter data for 2019 — these counties used 5-Year data for those years.
Attribution-NonCommercial 4.0 (CC BY-NC 4.0)https://creativecommons.org/licenses/by-nc/4.0/
License information was derived automatically
This dataset is the Vulnerability Indices for Mortgage, Petroleum and Inflation Risks and Expenditure (VAMPIRE) for Australian Capital Cities for the year of 2016. The data has been calculated for each SA1 region region within the Greater Capital City regions following the 2016 Australian Statistical Geography Standard (ASGS).
The VAMPIRE index is a research method developed at RMIT University's Centre for Urban Research (CUR) commissioned by AURIN. It assesses socio-economic oil price vulnerability in Australian cities based on an analysis of socio-economic indicators from the ABS. This technique has been successful in linking socio-economic data with an improved understanding of socio-spatial structure of vulnerability from rising transport and housing costs. Providing the VAMPIRE index in AURIN's existing data infrastructure will permit researchers and practitioners to access and evaluate VAMPIRE within their own local contexts.
The key (and only) dataset used to construct the VAMPIRE index is ABS census data for 2016. For each census year four Basic Community Profile (BCP) variables are used: (1) median household weekly income; (2) proportion of households owning two or more vehicles; (3) proportion of people traveling to work by car; and (4) number of homes being purchased with a mortgage.
For more information please view the Technical Documentation.
VITAL SIGNS INDICATOR
Rent Payments (EC8)
FULL MEASURE NAME
Median rent payment
LAST UPDATED
January 2023
DESCRIPTION
Rent payments refer to the cost of leasing an apartment or home and serves as a measure of housing costs for individuals who do not own a home. The data reflect the median monthly rent paid by Bay Area households across apartments and homes of various sizes and various levels of quality. This differs from advertised rents for available apartments, which usually are higher. Note that rent can be presented using nominal or real (inflation-adjusted) dollar values; data are presented inflation-adjusted to reflect changes in household purchasing power over time.
DATA SOURCE
U.S. Census Bureau: Decennial Census - https://nhgis.org
Count 2 (1970)
Form STF1 (1980-1990)
Form SF3a (2000)
U.S. Census Bureau: American Community Survey - https://data.census.gov/
Form B25058 (2005-2021; median contract rent)
Bureau of Labor Statistics: Consumer Price Index - https://www.bls.gov/data/
1970-2021
CONTACT INFORMATION
vitalsigns.info@mtc.ca.gov
METHODOLOGY NOTES (across all datasets for this indicator)
Rent data reflects median rent payments rather than list rents (refer to measure definition above). American Community Survey 1-year data is used for larger geographies – Bay counties and most metropolitan area counties – while smaller geographies rely upon 5-year rolling average data due to their smaller sample sizes. Note that 2020 data uses the 5-year estimates because the ACS did not collect 1-year data for 2020.
1970 Census data for median rent payments has been imputed from quintiles using methodology from California Department of Finance as the source data only provided the mean, rather than the median, monthly rent. Metro area boundaries reflects today’s metro area definitions by county for consistency, rather than historical metro area boundaries.
Inflation-adjusted data are presented to illustrate how rent payments have grown relative to overall price increases; that said, the use of the Consumer Price Index (CPI) does create some challenges given the fact that housing represents a major chunk of consumer goods bundle used to calculate CPI. This reflects a methodological tradeoff between precision and accuracy and is a common concern when working with any commodity that is a major component of CPI itself.
Not seeing a result you expected?
Learn how you can add new datasets to our index.
Open Government Licence 3.0http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/
License information was derived automatically
Price quote data (for locally collected data only) and consumption segment indices that underpin consumer price inflation statistics, giving users access to the detailed data that are used in the construction of the UK’s inflation figures. The data are being made available for research purposes only and are not an accredited official statistic. From October 2024, private school fees and part-time education classes have been included in the consumption segment indices file. For more information on the introduction of consumption segments, please see the Consumer Prices Indices Technical Manual, 2019. Note that this dataset was previously called the consumer price inflation item indices and price quotes dataset.