Skip to main content

pols

PooledOLS is just plain OLS that understands that various panel data structures.

Source Code: [link]

openbb.econometrics.pols(Y: pd.DataFrame, X: pd.DataFrame)

Parameters

NameTypeDescriptionDefaultOptional
regression_variableslistThe regressions variables entered where the first variable is
the dependent variable.
NoneTrue
datadictA dictionary containing the datasets.NoneTrue

Returns

TypeDescription
Tuple[DataFrame, Any, List[Any], Any]The dataset used,
Dependent variable,
Independent variable,
PooledOLS model