Run Code
|
Code Wall
|
Users
|
Misc
|
Feedback
|
About
|
Login
|
Theme
|
Privacy
Guess the next number
demo = readLines(file("stdin"), warn = FALSE) y = unlist(strsplit(demo, split=",")) x = 1:length(y) relation = lm(y~x) a <- data.frame(x = length(y)+1) result = predict(relation,a) cat(result)
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
List of libraries in R
Regressão linear
Practice
BoxPlot_Anomaly
Children in Canada
law of large numbers
jcruet_bi variate regression model
Área de un cuadrado
Quiz 2
Snowflake curve
Please log in to post a comment.