linearmodels.panel.model.PooledOLS.predict¶
-
PooledOLS.predict(params, *, exog=
None
, data=None
, eval_env=1
, context=None
)[source]¶ Predict values for additional data
Notes
If data is not None, then exog must be None. Predictions from models constructed using formulas can be computed using either exog, which will treat these are arrays of values corresponding to the formula-processed data, or using data which will be processed using the formula used to construct the values corresponding to the original model specification.