Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Polynomial Regression with Interaction Terms
data(ChickWeight) str(ChickWeight) head(ChickWeight) library(ggplot2) attach(ChickWeight) ggplot(ChickWeight, aes(Time, weight, colour=Diet))+geom_point()+geom_smooth()+ggtitle("Polynomial") Mod=lm(weight~Time+I(Time^2)*Diet) summary(Mod) ggplot(ChickWeight, aes(x=Diet, y=weight, colour=Diet))+geom_boxplot()
run
|
edit
|
history
|
help
0
Visualization Test Exercise 6 ggplot
Double Pendulum with euler (copy and past on your computer)
First wall
Plot Graph By Adjacency Matrix
16-09-2020ExVitorc
Change text from ALL CAPS to Title Case
Análise de experimento em DIC e teste de Tukey
test
Practice R programming
Warhammer 40k