Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Kia Teymourian committed Jan 16, 2019
1 parent 73da9d5 commit 866afbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Module-3-Example-1.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plot(bodymass, height, pch = 16, cex = 1.3, col = "blue", main = "HEIGHT PLOTTED
# Correlation
cor(bodymass, height)

cor(height, bodymass,)
cor(height, bodymass)

# A simple linear regression
m<-lm(height ~ bodymass)
Expand Down

0 comments on commit 866afbf

Please sign in to comment.