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.
Este exercício faz parte do curso
Analyzing Survey Data in R
Exercício interativo prático
Transforme a teoria em ação com um de nossos exercícios interativos
