Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
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
Why is height normal
Permutations&Combinations
Ex21-01-21
BoxPlot_Anomaly
26-08-2020AjusteCurvaLinearizab
R_Prog
Gab1B-newton
Numbers game from British game show Countdown
asdf
Chi Square Tests - Goodness of Fit Test [Coffee drinkers]