What is Descriptive analysis in R?
Answer / Ajay Krishna
Descriptive analysis in R refers to the process of summarizing and visualizing data to gain insights about its characteristics. It involves functions like summary(), mean(), median(), variance(), sd(), min(), max(), and others to calculate basic statistics. Graphical methods such as histograms, box plots, scatter plots, and bar charts can also be used for descriptive analysis.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is bootstrapping in r?
What are Features of Recursion?
How you can create a table in r without external file?
Give a brief introduction to an array in R?
Name various sectors that are using R?
What do you understand by data visualization in R using ggplot2?
Which function in r language is used to find out whether the means of 2 groups are equal to each other or not?
What are the data structures in R that are used to perform statistical analyses and create graphs?
What are the different packages in r?
What is reference class?
Name some packages in r, which can be used for data imputation?
What are fundamental principles of debugging?