ABCD
1
Statistic@OnLine
PARTE VI
2
x <- c(1,2,3,4,5)
3
y <- c(8, 12, 18, 28, 40)
4
plot(x,y,xlim=c(0,10), ylim=c(0,50))
5
lm(y ~ x)
6