Explain bor function?
Answer / Harish Kumar
The bor() function in R is used to calculate the Boolean OR operation between two binary vectors. The result is another binary vector where 1 corresponds to at least one 1 in the original vectors.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the steps involved in building and evaluating a linear regression model in r?
What is variance in r?
Explain statistical functions performed by R?
From the below data-set, extract only those values where age>60 and sex=”f”.
What is correlation? How would you measure correlation in r?
What is Predictive Analysis in R?
What will be the result of multiplying two vectors in r having different lengths?
What is the use of stringr package. Give some examples of the functions in stringr.
How do you build and evaluate a random forest in r?
What is bytecode compilation?
How to use sapply in r?
Explain What is R?