mc.make.CIframe | R Documentation |
Returns Results of Calculations in Matrix Form
mc.make.CIframe(b0, b1, se.b0, se.b1, CI.b0, CI.b1)
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. |
2x4 matrix of estimates and confidence intervals for intercept and slope.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.