pastas.check.rsq_geq_threshold ============================== .. py:function:: pastas.check.rsq_geq_threshold(ml: pastas.typing.Model, threshold: float = 0.7, **kwargs) 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 :param \*\*kwargs: Additional keyword arguments to pass to the statistic function. :returns: **df** -- DataFrame with the results of the check. :rtype: pandas.DataFrame .. !! processed by numpydoc !!