ci.t: Constructs confidence intervals assuming normal distribution.

Description Usage Arguments Value See Also Examples

View source: R/misc-utils.R

Description

Returns the confidence interval endpoints given an estimate, SE, and df assuming that the estimate follows a normal distribution so that the t-distribution can be used when constructing the CI.

Usage

1
ci.t(est, SE, obsdf, conf.level = 0.95)

Arguments

est

A value that estimates a parameter (i.e., a statistic)

SE

The standard error of the estimate

obsdf

The degrees-of-freedom

conf.level

The level of confidence as a decimal

Value

Returns a matrix containing the lower and upper values of the confidence interval.

See Also

confint.nlsBoot in FSA.

Examples

1
ci.t(2.96,0.32,14)

droglenc/NCStats documentation built on June 5, 2021, 2:06 p.m.