Get startedGet started for free

Survey weights

Let's look at the data from the Consumer Expenditure Survey and familiarize ourselves with the survey weights. Use the glimpse() function in the dplyr package to look at the ce dataset and check out the weights column, FINLWT21. ce and dplyr are pre-loaded.

Interpret the meaning of the third observation's survey weight.

This exercise is part of the course

Analyzing Survey Data in R

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise