do the following in r studio Perform the Analysis of Variance of
the grade point average of the Design of Experiments subject .
According to the following information. trat <- c
(1,1,1,2,2,2,3,3,3,4,4,4) y <- c
(7.66,6.98,7.80,5.26,5.44,5.80,7.41,7.33,7.04,3.51,2.91,3.66) trat
<- as. factor (trat) data <- cbind (trat, y) y "is the
dependent variable (grade point average) and the treatment is the
variable" trat "is the type of test applied. Perform the following
analyzes on the provided data:
1. Define the proposed experiment...