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 more functions in r and name them?
Explain about “initialize()” function in r?
Explain for loop control statement in r?
What are various ways to write la oop in r?
What is a class in r?
Which function helps you perform sorting in r language?
What is the difference between a bar-chart and a histogram? Where would you use a bar-chart and where would you use a histogram?
What is principal component analysis and how can you create a pca model in r?
How can you verify if a given object “X” is a matrix data object?
What are the different import functions in r?
What are the steps involved in building and evaluating a linear regression model in r?
Explain advantages of density-based clustering in R?