Quantcast
Viewing all articles
Browse latest Browse all 4448

How to use dplyr for solving these questions

@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.

  1. Count number of rows that have a Sepal Length higher than Sepal Length average in Species setosa and virginica
  2. The min, average, max of Petal Width by Species, order them by Species
  3. 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

Read full topic


Viewing all articles
Browse latest Browse all 4448

Trending Articles