Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

format_ci

Format the Confidence Interval for Estimates


Description

Creates hi and lo confidence based on SE and alpha.

Usage

format_ci(theta, se, alpha)

Arguments

theta

A vec containing the estimates

se

A vec containing the standard error

alpha

A double that contains the confidence level.

Value

A mat that has:

  • Column 1: Lo CI

  • Column 2: Hi CI

  • Column 3: SE


simts

Time Series Analysis Tools

v0.1.1
AGPL-3 | file LICENSE
Authors
Stéphane Guerrier [aut, cre, cph], James Balamuta [aut, cph], Roberto Molinari [aut, cph], Justin Lee [aut], Yuming Zhang [aut], Wenchao Yang [ctb], Nathanael Claussen [ctb], Yunxiang Zhang [ctb], Christian Gunning [cph], Romain Francois [cph], Ross Ihaka [cph], R Core Team [cph]
Initial release
2019-07-21

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.