Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
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
Lote
Mann Whitney wilcoxon test
Wilcoxon signed rank test
Teste
Área sob curvas de funções: Integração numérica utilizando a regra do trapézio.
Recamán sequence
Pi estimation
Binary search tree
Inferences for Two Population Means [Cement Hydration]
此次次