mc.make.CIframe: Returns Results of Calculations in Matrix Form

View source: R/mcCalcCI.r

mc.make.CIframeR 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.


mcr documentation built on Oct. 11, 2023, 5:14 p.m.