calc_ci {pammtools}R 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.


[Package pammtools version 0.5.93 Index]