conf_int: A function to calculate the confidence interval

Description Usage Arguments

View source: R/conf_int.R

Description

This is a function to calculate the confidence interval of a given vector of statistics. The default coefficient 1.96.

Usage

1
conf_int(v, coefficient = 1.96)

Arguments

v

A vector of statistics.

coefficient

Default value is 1.96.


kelvinyangli/mbmml documentation built on June 29, 2020, 3:12 a.m.