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 ejercicio forma parte del curso
Analyzing Survey Data in R
Ejercicio interactivo práctico
Pon en práctica la teoría con uno de nuestros ejercicios interactivos
