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.
Cet exercice fait partie du cours
Analyzing Survey Data in R
Exercice interactif pratique
Passez de la théorie à la pratique avec l’un de nos exercices interactifs
