add together two matricies of different dimensions in r
You cannot add matrices of different dimensions mathematically. In R, if you try to add matrices with different dimensions, you will get an error. To add two matrices in R, they must have the same dimensions.