From the below data-set, extract only those values where age>60 and sex=”f”.
Answer / Sudhir Saini
```Rnndata %>% filter(age > 60, sex == 'f') n```
| Is This Answer Correct ? | 0 Yes | 0 No |
What is procedural programming in r?
How would you fit a linear model over a scatter-plot?
How would you create a scatterplot using ggplot2 package?
Write the syntax to set the path for a current working directory in r environment?
Which function is used to create a histogram visualisation in r programming language?
What are covariances in R?
What is mean in r?
What is polynomial in r?
What is CLI in R?
What are programming features of R?
Explain how you can start the r commander gui?
What is attribute function in r?