What are statistical and programming features of R?



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

Post New Answer

More R Programming Interview Questions

What are various steps involved in analytics project in r?

1 Answers  


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

1 Answers  


What are tools for debugging in r?

1 Answers  


What is an arbitrary function in r?

1 Answers  


What are features of r functions?

1 Answers  


Explain for loop control statement in r?

1 Answers  


How to use R from python?

1 Answers  


What is r matrices?

1 Answers  


What is the use of sample and subset functions in R programming language?

1 Answers  


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

1 Answers  


What is the purpose of using Next statement in R language?

1 Answers  


What are debuggers and debugging techniques in R?

1 Answers  


Categories