InstrumentalVariable.get_plot_data_ols# InstrumentalVariable.get_plot_data_ols(*args, **kwargs)# Return plot data for OLS models. Override in subclasses that support OLS. Parameters: *args (Any) – Positional arguments forwarded to the subclass implementation. **kwargs (Any) – Keyword arguments forwarded to the subclass implementation. Return type: DataFrame