# Person Weight

**URL:** https://forum.ipums.org/t/person-weight/1690
**Category:** USA
**Created:** [April 13, 2017, 4:56pm UTC](https://forum.ipums.org/t/person-weight/1690 "2017-04-13T16:56:00Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![kmalahmin](https://avatars.discourse-cdn.com/v4/letter/k/bc8723/32.png) [@kmalahmin](https://forum.ipums.org/u/kmalahmin)
#### Post date: [April 13, 2017, 4:56pm UTC](https://forum.ipums.org/t/person-weight/1690/1 "2017-04-13T16:56:00Z")

</div>

I am trying to get an accurate count of employed persons’ income. I noted some incomes are 0 or similarly small. Does that mean they reported making 0 or 10 dollars in a given year? Also, the PERWT, does that mean that to get an accurate count, I would create separate line that many times for that value? Example, income 500 with a weight of 6, I would create a total of six lines with an income of 500?

---

<div class="post-metadata">

### Author: ![skolenik](https://sea1.discourse-cdn.com/flex019/user_avatar/forum.ipums.org/skolenik/32/201_2.png) [@skolenik](https://forum.ipums.org/u/skolenik)
#### Post date: [April 13, 2017, 5:15pm UTC](https://forum.ipums.org/t/person-weight/1690/2 "2017-04-13T17:15:00Z")

</div>

You have two questions here, about about measurement and one about weights. As far as the second one goes, you have to use software that supports estimation with complex survey data (Stata with svy commands, SAS with PROC SVY whatever, R with library(survey) ). Don’t try this in Excel. If you don’t understand what these weights are, you are probably several months away from doing this analysis properly, as you would have to learn at least the basics of underlying statistics.

---

<div class="post-metadata">

### Author: ![JeffBloem](https://sea1.discourse-cdn.com/flex019/user_avatar/forum.ipums.org/jeffbloem/32/40_2.png) [@JeffBloem](https://forum.ipums.org/u/JeffBloem)
#### Post date: [April 13, 2017, 6:36pm UTC](https://forum.ipums.org/t/person-weight/1690/3 "2017-04-13T18:36:00Z")

</div>

Yes, if INCWAGE codes are 0 this indicates that the respondent is reporting an earned wage or salary income of zero for the previous year. Regarding the sample weight [PERWT](https://usa.ipums.org/usa-action/variables/PERWT#description_section) see [this documentation](https://usa.ipums.org/usa/intro.shtml#weights) and the [IPUMS FAQ](https://usa.ipums.org/usa-action/faq#ques8) for more information about how to use these weights. You intuition is on the right track, but statistical software packages, such as STATA, SPSS, and R, make using sample weights much easier than performing this calculation in excel.
