I am working with the plm package and I have problems within random and models, which are giving errors The "empty model" However, the model is not empty. In the source code of Plm.fit, where the error occurs, something says something like (write over my head ...)
X But if I use this behavior I try to repeat the commands with input in the original function, it gives NOCL (x) 17 or something like that.
My code is (data has been deleted ...):
Library (sample library) (Library Library Library (Foreign) Library (CCREGE) Library (PLM) Library (Micron) Library (Ggplot2) data & lt; - read.dta ('kpfull1.dta') Summary (data) attached data (data) $ profit_share & lt; - p91 / Tnsvp data $ debt_assets & lt; - d91 / naba data $ naba3 & Lt; - naba ^ 3 data $ difprofit & lt; - p91-p90 data $ agriculture & lt; - (mind == 1) * 1 data $ hi & lt; - (mind == 2) * 1 data $ li & Lt; - (Mind == 3) * 1 data $ constr & lt; - (Mind == 4) * 1 data $ trans & lt; - (Mind == 5) * 1 data $ trade R & lt; - (Mind == 6) * 1 Data $ rd <- (Mind == 7) * 1 Data $ ser & lt; - (Mind == 8) * 1 Data $ fin & lt; - (Mind = = 9) * 1 data $ for1 & lt; - data [, 7] d etac data data 1 & lt; - data panel & lt; - pdata.frame (data, c ("num" , "Rnd")) testovaci & lt; - plm (tb ~ profit_share + debt_assets + nab + nab3 + for1 + dom + diffit + agri + high + li + const + trans + trade + rd + sar + fin, data = panel , Model = "in") summary (testosterone) model. Metrics (TB ~ Profit_share + datasets + naba + nab3 + 1 + model + meta + share + dataset + nab + nab 3 + 1 + dome + difefight + agri + high + le + + + + + + + + + + + + + + Constr + trans + trade + rd + ser + wing, panel) Thanks Thanks, Tomáš KÅ ?? EhlÃik
Dear Tomas, Dear list,
A follow-up journal, in the form of the above, Data received by communication problems, as I suspect, the data is hidden in some time variability. In fact, the OLS works fine:
%
Comments
Post a Comment