Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Linear regression wall
#R version 3.3.2 x =c(1,2,3,4,5,6:10) y = c(1,3,5,7,8:13) r<-lm(y~x) a=data.frame(x=c(11:20)) plot(c(x,11:20),c(y,predict(r,a)),abline(r),cex=3,pch=3,col="blue") print(summary(r))
run
|
edit
|
history
|
help
0
peso 16ago
This is python
sinimona
31-08-2020-Exemplo AjusteNaoL
practica 2
Phyllotaxis in R
Grad-sistemab
EulerSIR
simple program
31-08-2020-Exemplo Ajuste