What are the data types in r on which binary operators can be applied?
Answer / Indrajeet Kumar Gautam
Binary operators in R can be applied to numeric (integer, real), complex, logical (TRUE, FALSE), character (string) and date-time data types.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are applications of recursion?
Explain how R programming applied to the real world?
What is an Atomic vector and how many types of atomic vectors are present in R?
What is the need for Predictive Analysis in R?
How would you find out the mean of one column with respect to another?
Vector v is c(1,2,3,4) and list x is list(5:8), what is the output of v*x[[1]]?
What are programming features of R?
What is logistic regression?
What is r programming?
Explain how to operate on lists in r?
What is attribute function in r?
Explain the programming features of R?