ggplotRegression.RdThis is a wrapper around broom:::tidy that adds formatted confidence intervals and p values
ggplotRegression(fit, d = 3, d_pval = 3)
| fit | Linear model with a single continuous predictor |
|---|---|
| d | Decimal places used for HR and confidence interval |
| d_pval | Decimal places used for p value. |
# NOT RUN { ggplotRegression() # }