Use the piping operator (%>%) to combine the different commands.
As before: Create an R object MVPAbyGender: summarize the MVPA_acc by Gender by calculating the number of cases, the mean and standard deviation (in that order).
But now, add a filter() excluding the cases for which gender is unknown.
(Paste the whole code chunk)