InversePropensityWeighting.plot# InversePropensityWeighting.plot(*args, show=True, **kwargs)# Plot the model. Internally, this function dispatches to either _bayesian_plot or _ols_plot depending on the model type. Parameters: show (bool) – Whether to automatically display the plot. Defaults to True. Set to False if you want to modify the figure before displaying it. args (Any) kwargs (Any) Return type: tuple