View source: R/dthelper-reporting.R View source: R/dthelper-functions.R
report.ci | R Documentation |
Reporting confidence intervals
report.ci(est, se, alpha = 0.05, dp = 2, start = NULL, end = NULL)
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 |
A character string reporting the lower and upper limits of CI
report.ci(1, .5); report.ci(1, .5, start = "95% CI:");
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.