ComenzarEmpieza gratis

Are these findings generalizable?

Let's look at another sample to see if it is representative of the population. This time, you'll look at the duration_minutes column of the Spotify dataset, which contains the length of the song in minutes.

spotify_population and spotify_mysterious_sample2 are available; dplyr and ggplot2 are loaded.

Este ejercicio forma parte del curso

Sampling in R

Ver curso

Ejercicio interactivo práctico

Prueba este ejercicio y completa el código de muestra.

# Visualize the distribution of duration_minutes as a histogram with a binwidth of 0.5
___
Editar y ejecutar código