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
Interb-04-03-21
Roll of a two dice
Practice R programming
sinimona
Graph
5 # SUMMARY PART A
Análise de Variâncias DIC e teste de Tukey 1
Implied Volatility Surface
Pie Chart
Predictive power of a test when False positive rate = False negative rate