mc.analytical.ci {mcrPioda} | R Documentation |
Analytical Confidence Interval
Description
Calculate wald confidence intervals for intercept and slope given point estimates and standard errors.
Usage
mc.analytical.ci(b0, b1, se.b0, se.b1, n, alpha)
Arguments
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). |
Value
2x4 matrix of estimates and confidence intervals for intercept and slope.
[Package mcrPioda version 1.3.3 Index]