What will be the result of multiplying two vectors in r having different lengths?
Answer Posted / 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 |
Post New Answer View All Answers