mc.analytical.ci | R Documentation |
Calculate wald confidence intervals for intercept and slope given point estimates and standard errors.
mc.analytical.ci(b0, b1, se.b0, se.b1, n, alpha)
b0 |
point estimate of intercept. |
b1 |
point estimate of slope. |
se.b0 |
standard error of intercept. |
se.b1 |
standard error of slope. |
n |
number of observations. |
alpha |
numeric value specifying the 100(1-alpha)% confidence level for the confidence interval (Default is 0.05). |
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.