calc_ci: Calculate confidence intervals

View source: R/tidiers.R

calc_ciR Documentation

Calculate confidence intervals

Description

Given 2 column matrix or data frame, returns 3 column data.frame with coefficient estimate plus lower and upper borders of the 95% confidence intervals.

Usage

calc_ci(ftab)

Arguments

ftab

A table with two columns, containing coefficients in the first column and standard-errors in the second column.


adibender/pammtools documentation built on Feb. 27, 2024, 8:40 a.m.