Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
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
dataset1
Ggplot
Mann Whitney wilcoxon test
Double Pendulum with euler (copy and past on your computer)
Ch. 4 Boxplot and Histogram Examples - Font size increased
Análise de Variâncias DIC e teste de Tukey 1
Zama Mohammed Fahad
Mandelbrotset
tirangulopascalfrac
Recamán sequence