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
Applying table() to each column of a matrix
Hiring Discrimination
Chapter 2 Stats In class work
Predict function in R
Gab1A(resumido)
ExEdsonAmanda26-01-2021
ExDecaiEulerMin28-01-21
EXP1STATS
Snowflake curve
Chi Square Tests [Is the die fair?]