You are on page 1of 1

APPLIED DATA SCIENCE

MACHINE PROBLEM NO. 4: INTRODUCTION TO DATA

Reminder: Make sure that the following packages are installed and loaded: dplyr, ggplot2, dslabs, tidyr, openintro

To access the dataset for the machine problem, write this code on R.

download.file("http://www.openintro.org/stat/data/evals.RData", destfile = "evals.RData")


load("evals.RData")

A. Identify the type of study and type of sampling.

B. Create a scatterplot to evaluate the relationship between a professor’s attractiveness and their evaluation
score across different class types. Let the class type be distinguished as:
“small” 18 students or fewer
“midsize” 18 to 59 students
“large” 60 students or more

Page 1 of 1

You might also like