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...


Explain how data is aggregated in r?



Explain how data is aggregated in r?..

Answer / Vishwash Kumar Singh

Data can be aggregated in R using functions like sum(), mean(), min(), max(), median(), etc. Here's an example:n```Rnmy_data <- data.frame(values = c(1, 2, 3, 4))nsummary(my_data$values)n``

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More R Programming Interview Questions

What is the reshaping of data in R?

1 Answers  


Name the functions which help in importing data from other applications in R?

1 Answers  


How can you load and use csv file in R?

1 Answers  


How you can create a table in r without external file?

1 Answers  


Explain if control statements in r?

1 Answers  


What are methods for character functions in R?

1 Answers  


How would you extract one particular word from a string?

1 Answers  


List out some of the function that R provides?

1 Answers  


What is t-tests() in R?

1 Answers  


What are the disadvantages of R?

1 Answers  


Give the command to check if the element 15 is present in vector x?

1 Answers  


Explain how to create a list in r?

1 Answers  


Categories