Run Code
|
Code Wall
|
Users
|
Misc
|
Feedback
|
About
|
Login
|
Theme
|
Privacy
Polynomial Regression
data(ChickWeight) str(ChickWeight) head(ChickWeight) Diet1=ChickWeight[ChickWeight$Diet=="1", ] attach(Diet1) plot(Time, weight) Mod1=lm(weight~Time) summary(Mod1) Mod2=lm(weight~Time+I(Time^2)) summary(Mod2) Mod3=lm(weight~Time+I(Time^2)+I(Time^3)) summary(Mod3) anova(Mod1, Mod2, Mod3)
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Pràctica 1
Tabla de frecuencia
ESTADISTICA
R multiplication
Linear and Logistic Regression
R added
Various matrix manipulations
Mtcars analysis
This is python
Predict the prices
Please log in to post a comment.