Learn R Programming

geocausal (version 0.3.4)

get_var_bound: Calculate variance upper bounds

Description

A function that calculates variance upper bounds

Usage

get_var_bound(estimates)

Value

list of variance upper bounds for each scenario (`bound_haj`) and causal contrasts (`bound_tau_haj`). Note that this function returns variance upper bounds for Hajek estimators

Arguments

estimates

an object returned from `get_est()` function

Details

`get_var_bound()` is an internal function to `get_estimates()` function, performing the estimation analysis after `get_est()` function.