calc_ci {pammtools} | R Documentation |
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.
calc_ci(ftab)
ftab |
A table with two columns, containing coefficients in the first column and standard-errors in the second column. |