Turkey Result from tree-way ANOVA
Published: 26 April 2021| Version 1 | DOI: 10.17632/9293fsmrw6.1
Contributors:
, Description
This project estimated urban trees DBH with iPad Pro 2020. We have used individual- and multiple-tree scan mode with different settings (Resolution: 10 mm, 15 mm, 20 mm; Confidence: High, Low). And then three-way ANOVA was used to see the difference between different methods. This is the results of Tukey post-hoc test, which is also the forward analysis of ANOVA.
Files
Steps to reproduce
We had data analysis using R 4.0.5. Here is the code: #Three-way ANOVA fit<-aov(data$Error~Resolution*Confidence*Scan_Mode, data = data) fit summary(fit) library(broom) write.csv(tidy(fit), "Results AOV.csv") #Tukey analysis res.tuk = TukeyHSD(fit) library(broom) write.csv(tidy(res.tuk), "Results Tukey.csv")
Institutions
East China Normal University
Categories
Natural Sciences