Recently Published
ANOVA_test
PlantGrowth
PlantGrowth%>%
group_by(group)%>%
summarise(
count = n() ,
mean(weight) ,
sd(weight)
)
palette.colors()
ggboxplot(data = PlantGrowth , x = "group" ,y = "weight" ,
color = "group" ,palette =c( "#E69F00", "#56B4E9" ,"#CC79A7") ,
title = "Treatment Impact" ,xlab = "Group" ,
ylab ="Weight" )
with(PlantGrowth ,shapiro.test(weight[group == "ctrl"]) )
with(PlantGrowth ,shapiro.test(weight[group == "trt1"]) )
with(PlantGrowth ,shapiro.test(weight[group == "trt2"]) )
plant_avo = aov(weight~group , data = PlantGrowth)
summary(plant_avo)
TukeyHSD(plant_avo)
X = plot(plant_avo , 1)
Document
Homework3NicoleFeeney
Document
Lab Intro
homework 3
Dealova 112031128
Tidytuesday_39_attempt_2
Better use of "summarize", "filter", "mutate", and parsing years and months.
Apply 5
Apply 5
Latihan RStudio Week 6
Nama : Firnanda Egar Rinanti
NIM : 2504220029
Statistika dan Sains Data Rombel 1