What are features of r functions?
Answer / Abhishek Agarwal
R functions are building blocks of R scripts. Some key features include: 1) Functions can be created using the function() statement, 2) Functions can accept arguments and return values, 3) Functions can contain loops (for and while), conditional statements (if-else), and user-defined variables, 4) R provides many built-in functions for statistical analysis, data manipulation, graphics, etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
Enlist the advantages of using r languages?
Explain different types of objects present in R?
Name some functions which can be used for debugging in r?
What are the rules to define a variable name in r programming language?
What are statistical features of R?
List out some of the function that R provides?
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 a random forest? How do you build and evaluate a random forest in r?
Explain what is t-tests in r?
What is iPlots?
What are r matrices and r matrices functions?
Write the syntax to set the path for current working directory in r environment?