Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Predict the prices
kin = data.frame( days = c(1:10), price = c((1:10)*2) ) model = lm(price ~ days, data=kin) new.df <- data.frame(days=c(11)) predict(model, new.df)
run
|
edit
|
history
|
help
0
This is python
AjusteLinearizado-09-01-21
first r program
Aceleracao-02-03-21
ggplot2 example
Scatterplot using ggplot Sample
Bootstrap for Gama Distribution
Sentiment Analysis - using input field
16-09-2020ExVitorc
Grad-sistemac