From the below data-set, extract only those values where age>60 and sex=”f”.



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

Post New Answer

More R Programming Interview Questions

How will you convert a factor variable to numeric in r language?

0 Answers  


What are the different components of grammar of graphics?

1 Answers  


Write the syntax to set the path for current working directory in r environment?

1 Answers  


Mention what does not ‘R’ language do?

1 Answers  


What is Descriptive analysis in R?

1 Answers  


Explain RStudio.

1 Answers  


How would you create a new r6 class?

1 Answers  


How many types of C/C++ preliminaries are present in R?

1 Answers  


What is s4?

1 Answers  


What is the difference between the data frame and a matrix in R?

1 Answers  


How to call c function from r?

1 Answers  


Why is R important for data science?

1 Answers  


Categories