bse.t: b and se to t

bse.tR Documentation

b and se to t

Description

regression coefficient and standard error to t-statistics

Usage

bse.t(b, se)

Arguments

b

the regression coefficient (non-transformed only, see other functions for transformed regression coefficients)

se

the standard error

Examples

bse.t(.25, .09)
dat %>% mutate (t_from_b_se = bse.t(reg_coef, reg_se)) -> dat


phoebehlam/michaela documentation built on Oct. 23, 2024, 4:10 p.m.