Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Regressão linear
#R version 3.3.2 print("correlação") x<-c(2,4,6,8,10,12) y<-c(5,8,12,17,25,24) x y correlacao=cor(x,y) correlacao R2=(correlacao^2) R2 regressão=lm(y~x) regressão plot(x,y) abline(regressão)
run
|
edit
|
history
|
help
0
James
Kruskal Wallis test
Zac2
24-08-2020-GradConj
Ludy Thenor Research Methods I- Final Part 2
Stock Data - Basics
K
R1
AjusteNaoLinear11-02-21
simple program