I estimated a population-averaged model with this code and would like to store the beta coefficient estimate from the intervention variable, but I receive this error even though I get output from the model:
Code:
xtgeebcv depvar intervention, cluster(id) family(gaussian) link(identity) corr(exchangeable) stderr(kc)
The difference, however, is that I am trying to store it in a scalar like so. Yet the error pops up: matrix operators that return matrices not allowed in this context r(509);
Code:
tempname M matrix `M' = r(table) return scalar b = _b[intervention]
0 Response to Error r(509): matrix operators that return matrices not allowed in this context from xtgee
Post a Comment