Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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 )

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.


yhat

Interpreting Regression Effects

v2.0-3
GPL (>= 2)
Authors
Kim Nimon <kim.nimon@gmail.com>, Fred Oswald, and J. Kyle Roberts.
Initial release
2020-12-31

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.