Hi experts,
I have a data set that contains 10 variables and 10000 observations. I have a 10X1 vector, which I save as matrix B. Is there a command that can help me multiply the 10000 X 10 dataset by the 10 X 1 vector B? It would be like the multiplication of matrix 10000 x 10 by vector 10 x 1, and I want the product, i.e. a new vector 10000 x 1, to be a new variable for the 10000 observations.
I have a data set that contains 10 variables and 10000 observations. I have a 10X1 vector, which I save as matrix B. Is there a command that can help me multiply the 10000 X 10 dataset by the 10 X 1 vector B? It would be like the multiplication of matrix 10000 x 10 by vector 10 x 1, and I want the product, i.e. a new vector 10000 x 1, to be a new variable for the 10000 observations.
Comment