report.ci: Reporting confidence intervals

View source: R/dthelper-reporting.R View source: R/dthelper-functions.R

report.ciR Documentation

Reporting confidence intervals

Description

Reporting confidence intervals

Usage

report.ci(est, se, alpha = 0.05, dp = 2, start = NULL, end = NULL)

Arguments

est

Estimate of Population Mean

se

Standard Error

alpha

Type I error. Two-tailed test is assumed

dp

Number of decimal places

start

Character string appended to start of output

end

Character string appended to end of output

Value

A character string reporting the lower and upper limits of CI

Examples

report.ci(1, .5);
report.ci(1, .5, start = "95% CI:");

dennisteowh/dthelper documentation built on March 19, 2022, 11:42 a.m.