Description
Some time ago a request/suggestion for supporting in stat_poly_eq()
CIs for the fitted coefficients and other parameter estimates was made. More recently, a pull request at kassambara/ggpubr#418 and comments on it discussed CIs for correlation.
A CI for R2 could be useful in all the _eq
statistics and could be obtained with package 'confintr'. For rank correlation CIs for tau and rho can be also computed using functions from 'confintr'. CIs for parameter estimates would be useful in stat_fit_tb()
with summary tables. Could be implemented using confint()
methods from 'stats', 'lme4' and 'MASS', or intervals()
from 'nlme' .
This is a note to myself, for the future, only tentatively assigned to a milestone as most likely CIs will be implemented in stages at different milestones for different statistics. CIs for rho, tau and R^2 seem to be most useful and would help in achieving consistency in the available labels across similar statistics. Those for parameter estimates are in many circumstances more informative than t-values and p-values.