-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to predict, using plm()? #19
Comments
Hi, seems like you were trying to Be aware that the within case is somewhat special, more so with out-of-sample prediction. The help page Feedback is welcome! To install the development version from GitHub:
|
Closing this because it is solved. |
On CRAN as plm 2.6-2 as of 2022-08-16 |
Hi team, thanks for a great package?
I check all possible resources, but do not see how to used
predict()
orprediction()
withplm
.Currently I am trying:
predictions <- predict(plmFit1, panel_df_test)
and get
Error in crossprod(beta, t(X)) : non-conformable arguments
The text was updated successfully, but these errors were encountered: