Explain statistical functions performed by R?
Answer / Sohan Singh
R offers a wide range of statistical functions for various tasks such as probability distributions (pnorm(), qnorm(), dnorm()), hypothesis testing (t.test(), chi.sq.test(), cor.test()), regression analysis (lm()), ANOVA (aov()), and many others. These functions can be used to analyze and model data in various ways.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is recycling of elements in an r vector? Give an example.
What are programming features of R?
What is the function in r?
How to use R from python?
How you can start the r commander gui?
What is variance in r?
How to construct new s4 class?
What is GUI in R?
Explain more functions in brief in r?
What is the distribution in R?
What is the function definition?
What is functional programming and memory issues in on the performance basis?