bse.t | R Documentation |
regression coefficient and standard error to t-statistics
bse.t(b, se)
b |
the regression coefficient (non-transformed only, see other functions for transformed regression coefficients) |
se |
the standard error |
bse.t(.25, .09)
dat %>% mutate (t_from_b_se = bse.t(reg_coef, reg_se)) -> dat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.