pastas.plotting.modelcompare.CompareModels.get_diagnostics# CompareModels.get_diagnostics(models=None, diag_col='P-value')[source]# Get p-values of statistical tests in a DataFrame. Parameters models (list of ps.Model, optional) – list of models to calculate diagnostics for. diag_col (str, optional) – name of diagnostics column to obtain, by default “P-value”. Return type DataFrame