ci_mean: Estimate sample mean with student/normal confidence intervals

Description Usage Arguments Details Value

View source: R/confidence_intervals.R

Description

The well known confidence interval for population mean.

Usage

1
ci_mean(x, sig_lvl = 0.05)

Arguments

x

data set

sig_lvl

significance level

Details

For small samples, student-t distribution is used, for large samples, normal distribution is used.

Value

data.frame containing the lower bounded, the estimate, and the upper bound.


shill1729/pside documentation built on June 11, 2020, 12:18 a.m.