run_delta_method: Run delta method

View source: R/info_matrix_functs.R

run_delta_methodR Documentation

Run delta method

Description

Computes the estimate and CI exp(estimate), given its standard error.

Usage

run_delta_method(estimate, std_error, alpha = 0.95)

Arguments

estimate

an estimate

std_error

the standard error of the estimate

alpha

confidence level; defauly 0.95

Value

a data frame with columns estimate, confint_lower, confint_upper


timothy-barry/glmeiv documentation built on Jan. 30, 2024, 3:46 p.m.