@kynda wrote:
Dear All,
My experiment data set is similat to iris data set. if possible could you please help me to solve below questions by using dplyr and pipes.
- Count number of rows that have a Sepal Length higher than Sepal Length average in Species setosa and virginica
- The min, average, max of Petal Width by Species, order them by Species
- Add a new column named score that will be the sum of all quantitave variables. Then select the rows that have a score higher than 10.2
Posts: 3
Participants: 2