Combine upper and lower confidence intervals
This function combines upper and lower confidence intervals along with sample statistics and optionally stars intervals that do not contain 0.
combCI(lowerCI, upperCI, est, star=FALSE )
lowerCI |
Lower CI |
upperCI |
Upper CI |
est |
Estimate |
star |
Boolean to indicate whether CIs that do not contain zero should be starred. |
This function evaluates the bootstrap metrics produced from /codeboot.yhat.
Returns estimate with confidence interval in ( ). Optionally, confidence interval not containing 0 is starred.
This function is internal to the yhat package and not intended to be an end-user function.
Kim Nimon <kim.nimon@gmail.com>
Nimon, K., & Oswald, F. L. (2013). Understanding the results of multiple linear regression: Beyond standardized regression coefficients. Organizational Research Methods, 16, 650-674.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.