Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Simple Linear Regression
head(cars) scatter.smooth(x=cars$speed, y=cars$dist, main="Dist ~ Speed") # scatterplot linearMod <- lm(dist ~ speed, data=cars) print(linearMod) summary(linearMod) # dist = −17.579 + 3.932∗speed
run
|
edit
|
history
|
help
0
Football weights
Chi Square Tests - Goodness of Fit Test [Coffee drinkers]
test1
Labegen exemplo
Practice
24-08-2020-GradConj
05-08-2020-Resolução-equaçao
Garima
Mandelbrotset
Gab1A(resumido)