captest.plotting.get_resid_exog_frame
- captest.plotting.get_resid_exog_frame(cd)
Get a DataFrame of residuals and exogenous variables from a CapData object.
- Parameters:
cd (captest.CapData) – The CapData object.
- Returns:
DataFrame with residuals and exogenous variables.
- Return type:
pd.DataFrame