ci: Confidence Interval

Description Usage Arguments

Description

Confidence Interval

Usage

1
ci(x, quantile = 0.975, na.rm = FALSE)

Arguments

x

a numeric vector or an R object which is coercible to one by as.vector(x, "numeric")

quantile

numeric, quantile of the t-distribution. Default is .975 for a 95% confidence interval.

na.rm

logical. Should missing values be removed?


dgromer/psymisc documentation built on May 15, 2019, 7:22 a.m.