pastas.plotting.modelcompare.CompareModels.get_diagnostics ========================================================== .. py:method:: pastas.plotting.modelcompare.CompareModels.get_diagnostics(models: list[pastas.typing.Model] | None = None, diag_col: str = 'P-value') -> pandas.DataFrame Get p-values of statistical tests in a DataFrame. :param models: list of models to calculate diagnostics for. :type models: list of ps.Model, optional :param diag_col: name of diagnostics column to obtain, by default "P-value". :type diag_col: str, optional .. !! processed by numpydoc !!