Skip to main content

re

The random effects model is virtually identical to the pooled OLS model except that is accounts for the

Source Code: [link]

openbb.econometrics.re(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,
RandomEffects model