What are statistical and programming features of R?
Answer / Ashish Khare
Statistical features of R include: 1. Advanced analytics; 2. Statistical modeling; 3. Time series analysis; 4. Survival analysis.nProgramming features of R include: 1. Data manipulation and management; 2. Scripting and automation; 3. Integrated development environment (RStudio) for improved productivity;n```Rn# Example usagenfibonacci <- factorial(5)n``
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you mean by data visualization in R?
How can we create a table using R language without using external files?
Why the stepaic()?
How to create axes in the graph?
What is readline() in r?
What do you understand by data visualization in R using ggplot2?
Explain main features to write R code that runs faster?
Explain what is t-tests in r?
Write a custom function which will replace all the missing values in a vector with the mean of values.
What is the difference between the library() and require() functions in R language?
Explain how to read data or a matrix from a file?
Name some functions available in “dplyr” package.