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 debuggers and debugging techniques in R?
Which package provides the bootstrapping?
Explain how to repeat vectors in r?
How to create the s3 class?
What is Visualization in R?
What are the data types in r on which binary operators can be applied?
What are the steps to build and evaluate a linear regression model in r?
What will be the output of log (-5.8) when executed on r console?
Tell me something about shinyr.
How many ways are there to read and write files?
What is correlation? How would you measure correlation in r?
What is length function in r?