Learn R Programming

yhat (version 2.0-4)

combCI: 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 )

Value

Returns estimate with confidence interval in ( ). Optionally, confidence interval not containing 0 is starred.

Arguments

lowerCI

Lower CI

upperCI

Upper CI

est

Estimate

star

Boolean to indicate whether CIs that do not contain zero should be starred.

Author

Kim Nimon <kim.nimon@gmail.com>

Details

This function evaluates the bootstrap metrics produced from /codeboot.yhat.

References

Nimon, K., & Oswald, F. L. (2013). Understanding the results of multiple linear regression: Beyond standardized regression coefficients. Organizational Research Methods, 16, 650-674.