aalfons / robmed

Perform mediation analysis via a fast-and-robust bootstrap test, as well as various other methods
GNU General Public License v3.0
6 stars 0 forks source link

Potential outliers in summary output #26

Open aalfons opened 2 years ago

aalfons commented 2 years ago

Suggestion by Patrick: When the number of observations is very large, it's possible that also the number of detected potential outliers is rather large. If that's the case, the output of summary() should only display a certain number of potential outliers (those with the lowest weight).

aalfons commented 2 years ago

Users should still be able to access the information of all potential outliers, so an accessor function potential_outliers() would be useful.