ycroissant / plm

Panel Data Econometrics with R
GNU General Public License v2.0
49 stars 13 forks source link

Predict method for pggls #45

Open chineduok opened 1 year ago

chineduok commented 1 year ago

Hi I got this message while trying to predict the fgls model: Error in UseMethod("predict") : no applicable method for 'predict' applied to an object of class "c('pggls', 'panelmodel')"

How can I go about predicting with the fgls model?