pastas.check.rsq_geq_threshold ============================== .. py:function:: pastas.check.rsq_geq_threshold(ml: pastas.model.Model, threshold: float = 0.7) Check R^2 >= threshold. :param ml: Pastas model instance. :type ml: pastas.Model :param threshold: Threshold value for the R^2 statistic. :type threshold: float :returns: **df** -- DataFrame with the results of the check. :rtype: pandas.DataFrame .. !! processed by numpydoc !!