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

Should confidence intervals have (column) names? #21

Closed aalfons closed 2 years ago

aalfons commented 3 years ago

Maybe the ci component of "test_mediation" objects should have names "Lower" and "Upper". But I'm not sure about this one, because confint() returns different names.

aalfons commented 2 years ago

I don't think it's an issue that confint() returns different names, as it also includes other confidence intervals. "Lower" and "Upper" are also used in the print() method, which is used much more frequently. So those names should be expected.

confint() should keep using its current names for compatibility with other methods, so those names should be expected in that context.