Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
Bimodal CLT
Simple Plot
Die sim
l
Grade.r
3dgraphics-and-curvesb
31-08-2020-Exemplo AjusteNaoL
1.second
R exemplo
Generate numbers based on mean and stdev
Please log in to post a comment.