Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
NewtonMin-12-02-2021
recursive function
Prediction
HOME WORK DATAFRAMES
First R
Grad-sistemab
subset_in_r
Gab1A
14-09-2020QRajustelinear
%95 confidence interval
Please log in to post a comment.