Dear Tom,
Tim is correct if you want to know "how much money is floating around in a community" use average (mean) and multiply by head count. If you want to know what the amount of money that a "typical" household or person has use median.…
Dear Andy,
Here is some info that I found on intercensal group quarters. The methods are part of the Population Estimates Program (PEP). I also emailed with the people in the GQ group. You may be familiar with this info. Here is how GQ population estimates…
Hello,I have the following STATA code that I am needing to translate over to R (this code uses the 2019 5-year ACS PUMS file):
/*Create a flag to identify workers in the household*/gen worker=(wkl=="1")replace worker=. if wkl==""
This ACS Handbooks provide a set of formulas you can use to calculate MOE. (See Chapter 8 https://www.census.gov/content/dam/Census/library/publications/2020/acs/acs_general_handbook_2020_ch08.pdf)
The only challenge is (as you described above) the formulas…