Records/data/Courses/qss-swirl-pol345/PREDICTION/PREDICTION2/initLesson.R

# Code placed in this file fill be executed every time the
# lesson is started. Any variables created here will show up in
# the user's working directory and thus be accessible to them
# throughout the lesson.

fruit <- c("apple", "orange", "banana", "orange", "apple", "apple")

x <- sample(100)
y <- x + rnorm(100, mean = 0, sd = 0.5)
HJ08003/socraticswirlInstructor-RStudioServer documentation built on May 23, 2019, 10:32 p.m.