Browse Source

More code

master
Maxime Wack 6 years ago
parent
commit
76d7f7cf97
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      02_Regression/lm.R

+ 4
- 0
02_Regression/lm.R View File

@@ -9,6 +9,10 @@ fit

fit %>% summary

cor.test(iris$Sepal.Length, iris$Petal.Length)

cor.test(iris$Sepal.Length, iris$Petal.Length)$estimate ^ 2

fit %>% glance

fit %>% tidy


Loading…
Cancel
Save