View source: R/info_matrix_functs.R
run_delta_method | R Documentation |
Computes the estimate and CI exp(estimate), given its standard error.
run_delta_method(estimate, std_error, alpha = 0.95)
estimate |
an estimate |
std_error |
the standard error of the estimate |
alpha |
confidence level; defauly 0.95 |
a data frame with columns estimate, confint_lower, confint_upper
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.