What are statistical features of R?
Answer / Saket Shukla
Statistical features of R include:
1. Statistical functions for various statistical analyses like linear regression, ANOVA, t-test, chi-square test, etc.
2. Data manipulation and transformation functions for handling missing values, reshaping data, subsetting data, etc.
3. Time series analysis functions like ARIMA, GARCH, state space models, etc.
4. Graphical functions for creating various types of plots and visualizations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which data object in r is used to store and process categorical data?
How would you join multiple strings together?
How can you simulate noise model using r?
What is the table in r?
What are the different import functions in r?
How would you facet the data using ggplot2 package?
What is a random walk model?
What is the use of subset() function and sample() function in R ?
What is reference class?
What do you understand by a workspace in r programming language?
How you can start the r commander gui?
Differentiate between library() and require()?