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.
Diese Übung ist Teil des Kurses
Analyzing Survey Data in R
Interaktive Übung
In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.
