What will be the result of multiplying two vectors in r having different lengths?
Answer / Chitransh Alind Saxena
When multiplying two vectors in R with different lengths, the result is an error as matrix multiplication can only occur between two matrices or a matrix and a vector of appropriate dimensions.
| Is This Answer Correct ? | 0 Yes | 0 No |
How you can produce co-relations and covariances?
Name all control statements present in r?
How can you import data in r?
What is a class in r?
Given a vector of values, how would you convert it into a time series object?
Name the functions which helps in importing data from other applications in R?
What is debugging in R?
Explain what is with () and by () function in r is used for?
How many control statements are present in r?
How would you create a factor in r?
Compare R with other technologies.
How you can create a table in r without external file?