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 |
Which function is used to create a histogram visualisation in r programming language?
Why are the VCD and lattice packages used?
Is R is a slow language?
Differentiate between library() and require()?
What are connections In R?
What is R?
What is more functions in r and name them?
What is data mining and what data miners do in R?
Explain if control statements in r?
Mention what does not ‘R’ language do?
What are the different components of grammar of graphics?
Explain an extended example of connections?