mc.make.CIframe {mcr} | R Documentation |
Returns Results of Calculations in Matrix Form
Description
Returns Results of Calculations in Matrix Form
Usage
mc.make.CIframe(b0, b1, se.b0, se.b1, CI.b0, CI.b1)
Arguments
b0 |
point estimate for intercept. |
b1 |
point estimate for slope. |
se.b0 |
standard error of intercept estimate. |
se.b1 |
standard error of slope estimate. |
CI.b0 |
numeric vector of length 2 - confidence interval for intercept. |
CI.b1 |
numeric vector of length 2 - confidence interval for slope. |
Value
2x4 matrix of estimates and confidence intervals for intercept and slope.
[Package mcr version 1.3.3 Index]