Hello everyone,
I am estimating this model in STATA
sem (VATgap -> vatrevenue, ) (cpi -> VATgap, ) (vatquota -> VATgap, ) (taxquota -> VATgap, ) (gge -> VATgap, ) (consum -> VATgap, ) (gcf -> VATgap, ) (openess -> VATgap, ), nolog iterate(500) nomeans latent(VATgap) nocapslatent
Instead of the result of LR test, I am getting only this warning: The LR test of model vs. saturated is not reported because the fitted model is not full rank. There appears to be 5 more fitted parametr then the data can support.
Does anyone know, where exactly is the problem? And how can I fix this?
Thank you very much.
Iva
I am estimating this model in STATA
sem (VATgap -> vatrevenue, ) (cpi -> VATgap, ) (vatquota -> VATgap, ) (taxquota -> VATgap, ) (gge -> VATgap, ) (consum -> VATgap, ) (gcf -> VATgap, ) (openess -> VATgap, ), nolog iterate(500) nomeans latent(VATgap) nocapslatent
Instead of the result of LR test, I am getting only this warning: The LR test of model vs. saturated is not reported because the fitted model is not full rank. There appears to be 5 more fitted parametr then the data can support.
Does anyone know, where exactly is the problem? And how can I fix this?
Thank you very much.
Iva
Comment