LoslegenKostenlos loslegen

Getting to know the data

In the exercises of this chapter, you are going to work with a dataset containing metrics about online articles. They're stored in the object newsData in your environment.

The packages dplyr and corrplot have already been loaded for you.

Diese Übung ist Teil des Kurses

Machine Learning for Marketing Analytics in R

Kurs anzeigen

Anleitung zur Übung

  • Get an overview of the structure of your data.
  • Take a look at the correlation structure using corrplot().

Interaktive Übung

Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.

# Overview of data structure:
___(newsData, give.attr = FALSE)

# Correlation structure:
newsData %>% ___() %>% ___()
Code bearbeiten und ausführen