Skip to content

Instantly share code, notes, and snippets.

@Harshit1694
Last active May 8, 2019 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Harshit1694/c2a3640e51b6ed16fc28d9a887b7ff67 to your computer and use it in GitHub Desktop.
Save Harshit1694/c2a3640e51b6ed16fc28d9a887b7ff67 to your computer and use it in GitHub Desktop.
#Step 3 - Check for assumptions
#______________________________________________________
#1. Data is continuous.
#2. Observations are randomly selected.
#3. To check the data is normally distributed, we will use the following codes:
qqnorm(data$Screen_size.in.cm.)
qqline(data$Screen_size.in.cm.,col="red")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment