Hi STATA users
Trying to evaluate an index using mata. I am unable to understand why the comfortability error is arising
mata
X = st_data(.,("price","weight","length"))
a = st_matrix("L") /*Where L is 3x3 matrix obtained from a estimation command*/
X = X:*a
<istmt>: 3200 conformability error
Trying to evaluate an index using mata. I am unable to understand why the comfortability error is arising
mata
X = st_data(.,("price","weight","length"))
a = st_matrix("L") /*Where L is 3x3 matrix obtained from a estimation command*/
X = X:*a
<istmt>: 3200 conformability error
Comment