combCI {yhat} | R Documentation |
Combine upper and lower confidence intervals
Description
This function combines upper and lower confidence intervals along with sample statistics and optionally stars intervals that do not contain 0.
Usage
combCI(lowerCI, upperCI, est, star=FALSE )
Arguments
lowerCI |
Lower CI |
upperCI |
Upper CI |
est |
Estimate |
star |
Boolean to indicate whether CIs that do not contain zero should be starred. |
Details
This function evaluates the bootstrap metrics produced from /codeboot.yhat.
Value
Returns estimate with confidence interval in ( ). Optionally, confidence interval not containing 0 is starred.
Note
This function is internal to the yhat package and not intended to be an end-user function.
Author(s)
Kim Nimon <kim.nimon@gmail.com>
References
Nimon, K., & Oswald, F. L. (2013). Understanding the results of multiple linear regression: Beyond standardized regression coefficients. Organizational Research Methods, 16, 650-674.
[Package yhat version 2.0-4 Index]