Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is procedural programming in r?

1 Answers  


How would you fit a linear model over a scatter-plot?

1 Answers  


How would you create a scatterplot using ggplot2 package?

1 Answers  


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

1 Answers  


Which function is used to create a histogram visualisation in r programming language?

1 Answers  


What are covariances in R?

1 Answers  


What is mean in r?

1 Answers  


What is polynomial in r?

1 Answers  


What is CLI in R?

1 Answers  


What are programming features of R?

1 Answers  


Explain how you can start the r commander gui?

1 Answers  


What is attribute function in r?

1 Answers  


Categories