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
Multiple linear regression modals
31-08-2020-Exemplo Ajuste
Comparison between Normal and Laplace models for option pricing
BasicPlot
Zac2
Grafico
Variance Gamma process 3
As1-1
jcruet_bi variate regression model
29-01-21TestesAjuste