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 are various steps involved in analytics project in r?
How you can create a table in r without external file?
What are tools for debugging in r?
What is an arbitrary function in r?
What are features of r functions?
Explain for loop control statement in r?
How to use R from python?
What is r matrices?
What is the use of sample and subset functions in R programming language?
Write the syntax to set the path for current working directory in r environment?
What is the purpose of using Next statement in R language?
What are debuggers and debugging techniques in R?