linearmodels.iv.results.OLSResults.summary

property OLSResults.summary : Summary

Model estimation summary.

Returns:

Summary table of model estimation results

Return type:

linearmodels.compat.statsmodels.Summary

Notes

Supports export to csv, html and latex using the methods summary.as_csv(), summary.as_html() and summary.as_latex().