Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Quiz
5. Exercise 3

Instruction

Good job! Let's try the next exercise.

Exercise

The response variable contains some NAs. Count the number of values that are missing from the clients_campaign data frame.

Stuck? Here's a hint!

Type:

sum(is.na(clients_campaign$response))