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 |
What is the reshaping of data in R?
Name the functions which help in importing data from other applications in R?
How can you load and use csv file in R?
How you can create a table in r without external file?
Explain if control statements in r?
What are methods for character functions in R?
How would you extract one particular word from a string?
List out some of the function that R provides?
What is t-tests() in R?
What are the disadvantages of R?
Give the command to check if the element 15 is present in vector x?
Explain how to create a list in r?