Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
Polynomial Regression with Interaction
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
Please
log in
to post a comment.
ggplot Sample
compounding position
ax² + bx + c = 0 (Solução e gráfico com as raízes)
R1
Análise de experimento em DIC e teste de Tukey
2
Not able to install packages
dataset1
ExDecaiEulerMin28-01-21
2
Please log in to post a comment.