Slide 23
Slide 23 text
Analysis with Open Interpreter
Multiple comparisons of the following simple data
sample1 <- c(3.10, 3.14, 3.07, 3.20, 2.84)
sample2 <- c(2.76, 2.88, 2.88, 3.08, 2.93)
sample3 <- c(3.19, 3.13, 3.45, 3.34)
sample4 <- c(2.84, 2.72, 2.61, 2.65, 2.61)
In the current directory, there is a dataset called ”data.txt” written in R
vector format, consisting of four samples, which should be compared
multiply. Also, draw a box-and-whisker diagram with alphabetical
letters indicating significant differences so that human beings can
visually compare the results.
A Guide to Academic Writing Using Generative AI – A Workshop — 2025-06-08 – p.23/31